File tree Expand file tree Collapse file tree 2 files changed +884
-893
lines changed Expand file tree Collapse file tree 2 files changed +884
-893
lines changed Original file line number Diff line number Diff line change @@ -3677,7 +3677,7 @@ the source image. ccltype specifies the connected components labeling algorithm
3677
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
3679
This function uses parallel version of both Grana and Wu's algorithms if at least one allowed
3680
- parallel framework is enabled.
3680
+ parallel framework is enabled and if the rows of the image are at least twice the number returned by getNumberOfCPUs .
3681
3681
3682
3682
@param image the 8-bit single-channel image to be labeled
3683
3683
@param labels destination labeled image
@@ -3709,7 +3709,7 @@ the source image. ccltype specifies the connected components labeling algorithm
3709
3709
Grana's (BBDT) and Wu's (SAUF) algorithms are supported, see the cv::ConnectedComponentsAlgorithmsTypes
3710
3710
for details. Note that SAUF algorithm forces a row major ordering of labels while BBDT does not.
3711
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.
3712
+ parallel framework is enabled and if the rows of the image are at least twice the number returned by getNumberOfCPUs .
3713
3713
3714
3714
@param image the 8-bit single-channel image to be labeled
3715
3715
@param labels destination labeled image
You can’t perform that action at this time.
0 commit comments