| SuperpixelSEEDSGetNumberOfSuperpixels Method |
Calculates the superpixel segmentation on a given image stored in SuperpixelSEEDS object.
The function computes the superpixels segmentation of an image with the parameters initialized
with the function createSuperpixelSEEDS().
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual int GetNumberOfSuperpixels()
Public Overridable Function GetNumberOfSuperpixels As Integer
public:
virtual int GetNumberOfSuperpixels()
abstract GetNumberOfSuperpixels : unit -> int
override GetNumberOfSuperpixels : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.XImgProc.SuperpixelSEEDS.GetNumberOfSuperpixels"]
See Also