|
HaarCascade Constructor (Int32, Int32, HaarCascadeStage)
|
Constructs a new Haar Cascade.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public HaarCascade(
int baseWidth,
int baseHeight,
HaarCascadeStage[] stages
)
Public Sub New (
baseWidth As Integer,
baseHeight As Integer,
stages As HaarCascadeStage()
)
Request Example
View SourceParameters
- baseWidth
- Type: SystemInt32
Base feature width. - baseHeight
- Type: SystemInt32
Base feature height. - stages
- Type: Accord.Vision.DetectionHaarCascadeStage
Haar-like features classification stages.
See Also