Skip to content

Commit 7f3d8de

Browse files
committed
Merge pull request #18628 from innerlee:patch-1
2 parents 9138c98 + 331b73c commit 7f3d8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3500,7 +3500,7 @@ but also identifies the nearest connected component consisting of zero pixels
35003500
(labelType==#DIST_LABEL_CCOMP) or the nearest zero pixel (labelType==#DIST_LABEL_PIXEL). Index of the
35013501
component/pixel is stored in `labels(x, y)`. When labelType==#DIST_LABEL_CCOMP, the function
35023502
automatically finds connected components of zero pixels in the input image and marks them with
3503-
distinct labels. When labelType==#DIST_LABEL_CCOMP, the function scans through the input image and
3503+
distinct labels. When labelType==#DIST_LABEL_PIXEL, the function scans through the input image and
35043504
marks all the zero pixels with distinct labels.
35053505
35063506
In this mode, the complexity is still linear. That is, the function provides a very fast way to

0 commit comments

Comments
 (0)