CvBlob Methods OpenCvSharp Class Library

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 (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (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 methodSetImageRoiToBlob
Set the ROI of an image to the bounding box of a blob.
Public methodSetMoments
Set central/hu moments and centroid value from moment values (M**)
Public methodToString (Inherited from Object.)
Top
See Also

Reference