Typo in docstring of distanceTransform

pull/18628/head
lizz 5 years ago committed by lizz
parent 9138c98b25
commit 331b73c8e4
  1. 2
      modules/imgproc/include/opencv2/imgproc.hpp

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

Loading…
Cancel
Save