|
ConvexHullDefects Constructor
|
Namespace:
Accord.Math.Geometry
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public ConvexHullDefects(
double minDepth
)
Public Sub New (
minDepth As Double
)
Request Example
View SourceParameters
- minDepth
- Type: SystemDouble
The minimum depth which characterizes a convexity defect.
See Also