|
HaarFeatureNode Constructor (Double, Double, Double, Boolean, Int32)
|
Constructs a new feature tree node.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public HaarFeatureNode(
double threshold,
double leftValue,
double rightValue,
bool tilted,
params int[][] rectangles
)
Public Sub New (
threshold As Double,
leftValue As Double,
rightValue As Double,
tilted As Boolean,
ParamArray rectangles As Integer()()
)
Request Example
View SourceParameters
- threshold
- Type: SystemDouble
- leftValue
- Type: SystemDouble
- rightValue
- Type: SystemDouble
- tilted
- Type: SystemBoolean
- rectangles
- Type: SystemInt32
See Also