Skip to content

Commit

Permalink
Updated documentation in image_processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Apr 4, 2024
1 parent 2842d3b commit d4221a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opencsp/app/sofast/lib/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def detect_blobs_inverse(image: np.ndarray, params: cv.SimpleBlobDetector_Params
Parameters
----------
image : np.ndarray
Input image, uint8
2D input image, single color channel, NxM or NxMx1, uint8
params : cv.SimpleBlobDetector_Params
Blob parameters
Expand All @@ -498,7 +498,7 @@ def detect_blobs_annotate(image: np.ndarray, params: cv.SimpleBlobDetector_Param
Parameters
----------
image : np.ndarray
Input image, uint8
2D input image, single color channel, NxM or NxMx1, uint8
params : cv.SimpleBlobDetector_Params
Blob parameters
Expand All @@ -520,7 +520,7 @@ def detect_blobs_inverse_annotate(image: np.ndarray, params: cv.SimpleBlobDetect
Parameters
----------
image : np.ndarray
Input image, uint8
2D input image, single color channel, NxM or NxMx1, uint8
params : cv.SimpleBlobDetector_Params
Blob parameters
Expand All @@ -539,7 +539,7 @@ def _detect_blobs_keypoints(image: np.ndarray, params: cv.SimpleBlobDetector_Par
Parameters
----------
image : np.ndarray
Input image, uint8
2D input image, single color channel, NxM or NxMx1, uint8
params : cv.SimpleBlobDetector_Params
Blob parameters
Expand Down

0 comments on commit d4221a7

Please sign in to comment.