Click or drag to resize

CvBlob Methods

The CvBlob type exposes the following members.

Methods
  NameDescription
Public methodAngle
Calculates angle orientation of a blob. This function uses central moments so cvCentralMoments should have been called before for this blob. (cvAngle)
Public methodCalcCentroid
Calculates centroid. Centroid will be returned and stored in the blob structure. (cvCentroid)
Public methodClone
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveImage
Save the image of a blob to a file. The function uses an image (that can be the original pre-processed image or a processed one, or even the result of cvRenderBlobs, for example) and a blob structure. Then the function saves a copy of the part of the image where the blob is.
Public methodSetMoments
Set central/hu moments and centroid value from moment values (M**)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also