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: 4.1.0.3408 (4.1.0.3408)
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