Click or drag to resize

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
Syntax
public SuperpixelLSC(
	IInputArray image,
	int regionSize,
	float ratio
)

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