|
ConvexityDefect Constructor
|
Namespace:
Accord.Math.Geometry
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic 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: System.Int32
The most distant point from the hull. - start
- Type: System.Int32
The starting index of the defect in the contour. - end
- Type: System.Int32
The ending index of the defect in the contour. - depth
- Type: System.Double
The depth of the defect (highest distance from the hull to
any of the contour points).
See Also