CvBlob Class |
Namespace: Emgu.CV.Cvb
The CvBlob type exposes the following members.
| 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
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetContour |
Get the contour that defines the blob
| |
| GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| (CvBlob to IntPtr) |
Implicit operator for IntPtr
|