Click or drag to resize
Accord.NET (logo)

ConvexHullDefects Constructor

Initializes a new instance of the ConvexHullDefects class.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public ConvexHullDefects(
	double minDepth
)
Request Example View Source

Parameters

minDepth
Type: SystemDouble
The minimum depth which characterizes a convexity defect.
See Also