ClassifierFactoryNegativesDensity Property

CVB.Net Documentation
Scan density with which to extract counter samples from the training set images. Higher densities will lead to a classifier that is potentially more robust versus false positive detections, but will also result in increased learning times.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public double NegativesDensity { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionwhen trying to set an invalid scan density (valid values are within the range [0...1]
See Also

Reference