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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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