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