C# Class Emgu.CV.Structure.MCvConnectedComp

Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
area double
contour System.IntPtr
rect System.Drawing.Rectangle
value MCvScalar

Property Details

area public property

area of the segmented component
public double area
return double

contour public property

Pointer to the CvSeq
public IntPtr,System contour
return System.IntPtr

rect public property

ROI of the segmented component
public System.Drawing.Rectangle rect
return System.Drawing.Rectangle

value public property

scalar value
public MCvScalar value
return MCvScalar