C# Класс Emgu.CV.Structure.MCvConvexityDefect

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Depth float
DepthPointPointer System.IntPtr
EndPointPointer System.IntPtr
StartPointPointer System.IntPtr

Описание свойств

Depth публичное свойство

Distance between the farthest point and the convex hull
public float Depth
Результат float

DepthPointPointer публичное свойство

Pointer to the farthest point from the convex hull within the defect
public IntPtr,System DepthPointPointer
Результат System.IntPtr

EndPointPointer публичное свойство

Pointer to the point of the contour where the defect ends
public IntPtr,System EndPointPointer
Результат System.IntPtr

StartPointPointer публичное свойство

Pointer to the point of the contour where the defect begins
public IntPtr,System StartPointPointer
Результат System.IntPtr