Accord.Vision.Detection.HaarCascade.HaarCascade C# (CSharp) 메소드

HaarCascade() 보호된 메소드

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

Same methods

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