SuperpixelLSC Class |
Namespace: Emgu.CV.XImgproc
The SuperpixelLSC type exposes the following members.
Name | Description | |
---|---|---|
![]() | SuperpixelLSC |
The function initializes a SuperpixelLSC object for the input image.
|
Name | Description | |
---|---|---|
![]() | NumberOfSuperpixels |
Calculates the actual amount of superpixels on a given segmentation computed and stored in SuperpixelLSC object
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged memory associated with this object.
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLabelContourMask |
Returns the mask of the superpixel segmentation stored in SuperpixelLSC object.
|
![]() | GetLabels |
Returns the segmentation labeling of the image.
Each label represents a superpixel, and each pixel is assigned to one superpixel label.
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | Iterate |
Calculates the superpixel segmentation on a given image with the initialized parameters in the SuperpixelLSC object.
This function can be called again without the need of initializing the algorithm with createSuperpixelLSC(). This save the computational cost of allocating memory for all the structures of the algorithm.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |