http://www.emgu.com
The CvBlob type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetContour |
Get the contour that defines the blob
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(CvBlob to IntPtr) |
Implicit operator for IntPtr
|
Properties
Name | Description | |
---|---|---|
![]() | Area |
The number of pixels in this blob
|
![]() | BlobMoments |
Get the Blob Moments
|
![]() | BoundingBox |
The minimum bounding box of the blob
|
![]() | Centroid |
The centroid of the blob
|
![]() | Label |
Get the blob label
|
![]() | Ptr |
Pointer to the blob
|