SuperpixelLSCNumberOfSuperpixels Property |
http://www.emgu.com
Calculates the actual amount of superpixels on a given segmentation computed and stored in SuperpixelLSC object
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int NumberOfSuperpixels { get; }
Public ReadOnly Property NumberOfSuperpixels As Integer
Get
public:
property int NumberOfSuperpixels {
int get ();
}
member NumberOfSuperpixels : int with get
Property Value
Type:
Int32
See Also