Accord.Vision.Detection.HaarCascadeStage.HaarCascadeStage C# (CSharp) Метод

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

Constructs a new Haar Cascade Stage.
public HaarCascadeStage ( double threshold, int parentIndex, int nextIndex ) : System
threshold double
parentIndex int
nextIndex int
Результат System
        public HaarCascadeStage(double threshold, int parentIndex, int nextIndex)
        {
            this.Threshold = threshold;
            this.ParentIndex = parentIndex;
            this.NextIndex = nextIndex;
        }

Same methods

HaarCascadeStage::HaarCascadeStage ( ) : System
HaarCascadeStage::HaarCascadeStage ( double threshold ) : System