Get or set the eigen distance threshold. The smaller the number, the more likely an examined image will be treated as unrecognized object. Set it to a huge number (e.g. 5000) and the recognizer will always treated the examined image as one of the known object.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public double EigenDistanceThreshold { get; set; }
Public Property EigenDistanceThreshold As Double
	Get
	Set
public:
property double EigenDistanceThreshold {
	double get ();
	void set (double value);
}

See Also