SupperpixelSLICEnforceLabelConnectivity Method |
http://www.emgu.com
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.
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void EnforceLabelConnectivity(
int minElementSize = 25
)
Public Sub EnforceLabelConnectivity (
Optional minElementSize As Integer = 25
)
public:
void EnforceLabelConnectivity(
int minElementSize = 25
)
member EnforceLabelConnectivity :
?minElementSize : int
(* Defaults:
let _minElementSize = defaultArg minElementSize 25
*)
-> unit
Parameters
- minElementSize (Optional)
- Type: SystemInt32
The minimum element size in percents that should be absorbed into a bigger
superpixel.Given resulted average superpixel size valid value should be in 0-100 range, 25 means
that less then a quarter sized superpixel should be absorbed, this is default.
See Also