Click or drag to resize
FisherFaceRecognizer Constructor
http://www.emgu.com
Create a FisherFaceRecognizer

Namespace: Emgu.CV.Face
Assembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public FisherFaceRecognizer(
	int numComponents = 0,
	double threshold = 1.79769313486232E+308
)

Parameters

numComponents (Optional)
Type: SystemInt32
The number of components
threshold (Optional)
Type: SystemDouble
The distance threshold
See Also