|
HaarRectangle Constructor (Int32, Int32, Int32, Int32, Single)
|
Constructs a new Haar-like feature rectangle.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public HaarRectangle(
int x,
int y,
int width,
int height,
float weight
)
Public Sub New (
x As Integer,
y As Integer,
width As Integer,
height As Integer,
weight As Single
)
Request Example
View SourceParameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- weight
- Type: SystemSingle
See Also