Click or drag to resize
Accord.NET (logo)

ConvexHullDefectsMinimumDepth Property

Gets or sets the minimum depth which characterizes a convexity defect.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double MinimumDepth { get; set; }
Request Example View Source

Property Value

Type: Double
The minimum depth.
See Also