BlobResult Structure

CVB.Net Documentation
Container for a blob analysis result.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public struct BlobResult : IPosition, 
	ISized

The BlobResult type exposes the following members.

Properties

  NameDescription
Public propertyBoundingBox
Bounding box of the blob.
Public propertyMaximumMoment
Maximum inertial moment (larger 2nd order moments translated into the blob's major/minor axis coordinate system) of the blob.
Public propertyMinimumMoment
Minimum inertial moment (smaller 2nd order moment translated into the blob's major/minor axis coordinate system) of the blob.
Public propertyMinimumMomentPoints
Points where the major axis of the blob intersects with the blob's bounding box.
Public propertyMomentAngle
Angle between major moment axis and the x-axis.
Public propertyMomentRatio
Ratio of the MinimumMoment and the MaximumMoment of this blob.
Public propertySize
Size (area) of the blob in pixels.
Public propertyX
Same as Center.X.
Public propertyY
Same as Center.Y.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert to string.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fieldCenter
Position of the blob's center.
Top
See Also

Reference