Click or drag to resize

FisherFaceRecognizer Constructor

http://www.emgu.com
Create a FisherFaceRecognizer

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