Click or drag to resize
EigenFaceRecognizer Constructor
http://www.emgu.com
Create an EigenFaceRecognizer

Namespace: Emgu.CV.Face
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public EigenFaceRecognizer(
	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