SuperpixelLSC Constructor |
http://www.emgu.com
The function initializes a SuperpixelLSC object for the input image.
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic SuperpixelLSC(
IInputArray image,
int regionSize,
float ratio
)
Public Sub New (
image As IInputArray,
regionSize As Integer,
ratio As Single
)
public:
SuperpixelLSC(
IInputArray^ image,
int regionSize,
float ratio
)
new :
image : IInputArray *
regionSize : int *
ratio : float32 -> SuperpixelLSC
Parameters
- image
- Type: Emgu.CVIInputArray
Image to segment - regionSize
- Type: SystemInt32
Chooses an average superpixel size measured in pixels - ratio
- Type: SystemSingle
Chooses the enforcement of superpixel compactness factor of superpixel
See Also