C# Class Emgu.CV.Structure.MCvConvexityDefect

Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
Depth float
DepthPointPointer System.IntPtr
EndPointPointer System.IntPtr
StartPointPointer System.IntPtr

Property Details

Depth public_oe property

Distance between the farthest point and the convex hull
public float Depth
return float

DepthPointPointer public_oe property

Pointer to the farthest point from the convex hull within the defect
public IntPtr,System DepthPointPointer
return System.IntPtr

EndPointPointer public_oe property

Pointer to the point of the contour where the defect ends
public IntPtr,System EndPointPointer
return System.IntPtr

StartPointPointer public_oe property

Pointer to the point of the contour where the defect begins
public IntPtr,System StartPointPointer
return System.IntPtr