|
HaarCascadeStage Constructor (Double, Int32, Int32)
|
Constructs a new Haar Cascade Stage.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntaxpublic HaarCascadeStage(
double threshold,
int parentIndex,
int nextIndex
)
Public Sub New (
threshold As Double,
parentIndex As Integer,
nextIndex As Integer
)
Request Example
View SourceParameters
- threshold
- Type: SystemDouble
- parentIndex
- Type: SystemInt32
- nextIndex
- Type: SystemInt32
See Also