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

HaarRectangle() public method

Constructs a new Haar-like feature rectangle.
public HaarRectangle ( int x, int y, int width, int height, float weight ) : System
x int
y int
width int
height int
weight float
return System
        public HaarRectangle(int x, int y, int width, int height, float weight)
        {
            this.X = x;
            this.Y = y;
            this.Width = width;
            this.Height = height;
            this.Weight = weight;
        }

Same methods

HaarRectangle::HaarRectangle ( ) : System
HaarRectangle::HaarRectangle ( int values ) : System