Click or drag to resize

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()

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.XImgProc.SuperpixelSEEDS.GetNumberOfSuperpixels"]

See Also