@@ -3674,8 +3674,10 @@ image with 4 or 8 way connectivity - returns N, the total number of labels [0, N
3674
3674
represents the background label. ltype specifies the output label image type, an important
3675
3675
consideration based on the total number of labels or alternatively the total number of pixels in
3676
3676
the source image. ccltype specifies the connected components labeling algorithm to use, currently
3677
- Grana's (BBDT) and Wu's (SAUF) algorithms are supported, see the cv::ConnectedComponentsAlgorithmsTypes
3677
+ Grana (BBDT) and Wu's (SAUF) algorithms are supported, see the cv::ConnectedComponentsAlgorithmsTypes
3678
3678
for details. Note that SAUF algorithm forces a row major ordering of labels while BBDT does not.
3679
+ This function uses parallel version of both Grana and Wu's algorithms if at least one allowed
3680
+ parallel framework is enabled.
3679
3681
3680
3682
@param image the 8-bit single-channel image to be labeled
3681
3683
@param labels destination labeled image
@@ -3706,7 +3708,8 @@ consideration based on the total number of labels or alternatively the total num
3706
3708
the source image. ccltype specifies the connected components labeling algorithm to use, currently
3707
3709
Grana's (BBDT) and Wu's (SAUF) algorithms are supported, see the cv::ConnectedComponentsAlgorithmsTypes
3708
3710
for details. Note that SAUF algorithm forces a row major ordering of labels while BBDT does not.
3709
-
3711
+ This function uses parallel version of both Grana and Wu's algorithms (statistics included) if at least one allowed
3712
+ parallel framework is enabled.
3710
3713
3711
3714
@param image the 8-bit single-channel image to be labeled
3712
3715
@param labels destination labeled image
0 commit comments