Click or drag to resize
Accord.NET (logo)

HaarFeatureSetScaleAndWeight Method

Sets the scale and weight of a Haar-like rectangular feature container.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public void SetScaleAndWeight(
	float scale,
	float weight
)
Request Example View Source

Parameters

scale
Type: SystemSingle
weight
Type: SystemSingle
See Also