|
ConvexityDefect Constructor
|
Namespace:
Accord.Math.Geometry
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public ConvexityDefect(
int point,
int start,
int end,
double depth
)
Public Sub New (
point As Integer,
start As Integer,
end As Integer,
depth As Double
)
Request Example
View SourceParameters
- point
- Type: SystemInt32
The most distant point from the hull. - start
- Type: SystemInt32
The starting index of the defect in the contour. - end
- Type: SystemInt32
The ending index of the defect in the contour. - depth
- Type: SystemDouble
The depth of the defect (highest distance from the hull to
any of the contour points).
See Also