Skip to content

Commit

Permalink
Update opencsp/common/lib/cv/OpticalFlow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Bean <[email protected]>
  • Loading branch information
e10harvey and bbean23 authored Dec 11, 2024
1 parent 93ca78b commit 5997497
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opencsp/common/lib/cv/OpticalFlow.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ def dense(self) -> tuple[np.ndarray, np.ndarray]:
Returns
-------
tuple[np.ndarray, np.ndarray]
A tuple containing:
- np.ndarray: The magnitude of the flow per pixel.
- np.ndarray: The direction of the flow per pixel (radians, 0 to the right, positive counter-clockwise).
self.mag: np.ndarray
The magnitude of the flow per pixel (units are in pixels).
self.ang: np.ndarray
The direction of the flow per pixel (units are in radians, 0 to the right, positive counter-clockwise).
Notes
-----
Expand Down

0 comments on commit 5997497

Please sign in to comment.