SupperpixelSEEDSNumberOfSuperpixels Property |
http://www.emgu.com
The function computes the superpixels segmentation of an image with the parameters initialized with the function createSuperpixelSEEDS().
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