|
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
)
Public Sub SetScaleAndWeight (
scale As Single,
weight As Single
)
Request Example
View SourceParameters
- scale
- Type: SystemSingle
- weight
- Type: SystemSingle
See Also