|
HaarCascade Constructor (Int32, Int32)
|
Constructs a new Haar Cascade.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax protected HaarCascade(
int baseWidth,
int baseHeight
)
Protected Sub New (
baseWidth As Integer,
baseHeight As Integer
)
Request Example
View SourceParameters
- baseWidth
- Type: SystemInt32
Base feature width. - baseHeight
- Type: SystemInt32
Base feature height.
See Also