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 68b86fe commit 01046ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/common/lib/cv/OpticalFlow.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def save(self, dir: str, name_ext="", overwrite=False):
Saves the magnitude and angle matrices computed in the `dense()` method to the specified file.
Note:
This method saves the matrices exactly as they were computed in `dense()`, without applying any limits.
This method saves the matrices exactly as they were computed in `dense()`, without applying any limits from limit_by_magnitude or limit_by_angle.
Parameters
----------
Expand Down

0 comments on commit 01046ea

Please sign in to comment.