SuperpixelLSC Constructor |
http://www.emgu.com
The function initializes a SuperpixelLSC object for the input image.
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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