Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

baseWidth
Type: SystemInt32
Base feature width.
baseHeight
Type: SystemInt32
Base feature height.
See Also