Click or drag to resize
MCvBlob Structure
http://www.emgu.com
Wrapper to the CvBlob structure

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public struct MCvBlob : IEquatable<MCvBlob>

The MCvBlob type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEmpty
Get an empty blob
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from ValueType.)
Public methodEquals(MCvBlob)
Check if the two blobs are equal
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Operators
Fields
  NameDescription
Public fieldCenter
The center of the blob
Public fieldID
Blob ID
Public fieldSize
Blob size
Top
See Also