C# Class Emgu.CV.Structure.MCvConnectedComp

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство 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
Résultat double

contour public_oe property

Pointer to the CvSeq
public IntPtr,System contour
Résultat System.IntPtr

rect public_oe property

ROI of the segmented component
public System.Drawing.Rectangle rect
Résultat System.Drawing.Rectangle

value public_oe property

scalar value
public MCvScalar value
Résultat MCvScalar