Accord.Math.Geometry.ConvexHullDefects.ConvexHullDefects C# (CSharp) Метод

ConvexHullDefects() публичный Метод

Initializes a new instance of the ConvexHullDefects class.
public ConvexHullDefects ( double minDepth ) : System
minDepth double The minimum depth which characterizes a convexity defect.
Результат System
        public ConvexHullDefects(double minDepth)
        {
            this.MinimumDepth = minDepth;
        }