mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +08:00
Fix default parameter to be coherent with documentation
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
|||||||
The function merge component that is too small, assigning the previously found adjacent label
|
The function merge component that is too small, assigning the previously found adjacent label
|
||||||
to this component. Calling this function may change the final number of superpixels.
|
to this component. Calling this function may change the final number of superpixels.
|
||||||
*/
|
*/
|
||||||
CV_WRAP virtual void enforceLabelConnectivity( int min_element_size = 20 ) = 0;
|
CV_WRAP virtual void enforceLabelConnectivity( int min_element_size = 25 ) = 0;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user