Accord.Vision.Detection.HaarCascade.HaarCascade C# (CSharp) Method

HaarCascade() protected method

Constructs a new Haar Cascade.
protected HaarCascade ( int baseWidth, int baseHeight ) : System
baseWidth int Base feature width.
baseHeight int Base feature height.
return System
        protected HaarCascade(int baseWidth, int baseHeight)
        {
            Width = baseWidth;
            Height = baseHeight;
        }

Same methods

HaarCascade::HaarCascade ( int baseWidth, int baseHeight, HaarCascadeStage stages ) : System