Skip to content

Commit edefe42

Browse files
committed
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 parents 5588ead + 3ce9ec6 commit edefe42

File tree

1 file changed

+1
-1
lines changed
  • modules/ximgproc/include/opencv2/ximgproc

1 file changed

+1
-1
lines changed

modules/ximgproc/include/opencv2/ximgproc/lsc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class CV_EXPORTS_W SuperpixelLSC : public Algorithm
126126
The function merge component that is too small, assigning the previously found adjacent label
127127
to this component. Calling this function may change the final number of superpixels.
128128
*/
129-
CV_WRAP virtual void enforceLabelConnectivity( int min_element_size = 20 ) = 0;
129+
CV_WRAP virtual void enforceLabelConnectivity( int min_element_size = 25 ) = 0;
130130

131131

132132
};

0 commit comments

Comments
 (0)