|
HaarRectangle Constructor (Int32)
|
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[] values
)
Public Sub New (
values As Integer()
)
Request Example
View SourceParameters
- values
- Type: SystemInt32
Values for this rectangle.
See Also