C# Class Emgu.CV.Structure.MCvConnectedComp

ファイルを表示 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_oe property

area of the segmented component
public double area
return double

contour public_oe property

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

rect public_oe property

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

value public_oe property

scalar value
public MCvScalar value
return MCvScalar