Click or drag to resize
MCvConnectedComp Structure
http://www.emgu.com
Managed structure equivalent to CvConnectedComp

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 MCvConnectedComp

The MCvConnectedComp type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
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
Fields
  NameDescription
Public fieldArea
area of the segmented component
Public fieldContour
Pointer to the CvSeq
Public fieldRect
ROI of the segmented component
Public fieldValue
scalar value
Top
See Also