We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5588ead + 3ce9ec6 commit edefe42Copy full SHA for edefe42
modules/ximgproc/include/opencv2/ximgproc/lsc.hpp
@@ -126,7 +126,7 @@ class CV_EXPORTS_W SuperpixelLSC : public Algorithm
126
The function merge component that is too small, assigning the previously found adjacent label
127
to this component. Calling this function may change the final number of superpixels.
128
*/
129
- CV_WRAP virtual void enforceLabelConnectivity( int min_element_size = 20 ) = 0;
+ CV_WRAP virtual void enforceLabelConnectivity( int min_element_size = 25 ) = 0;
130
131
132
};
0 commit comments