|
HaarFeature Constructor (Boolean, Int32)
|
Constructs a new Haar-like feature.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public HaarFeature(
bool tilted,
params int[][] rectangles
)
Public Sub New (
tilted As Boolean,
ParamArray rectangles As Integer()()
)
Request Example
View SourceParameters
- tilted
- Type: SystemBoolean
- rectangles
- Type: SystemInt32
See Also