Click or drag to resize
Accord.NET (logo)

HaarCascadeStageThreshold Property

Gets or sets the threshold associated with this stage, i.e. the minimum value the classifiers should output to decide if the image contains the object or not.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
[XmlElementAttribute("stage_threshold")]
public double Threshold { get; set; }
Request Example View Source

Property Value

Type: Double
See Also