Click or drag to resize
LBPHFaceRecognizer Constructor
http://www.emgu.com
Create a LBPH face recognizer

Namespace: Emgu.CV.Face
Assembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public LBPHFaceRecognizer(
	int radius = 1,
	int neighbors = 8,
	int gridX = 8,
	int gridY = 8,
	double threshold = 1.79769313486232E+308
)

Parameters

radius (Optional)
Type: SystemInt32
Radius
neighbors (Optional)
Type: SystemInt32
Neighbors
gridX (Optional)
Type: SystemInt32
Grid X
gridY (Optional)
Type: SystemInt32
Grid Y
threshold (Optional)
Type: SystemDouble
The distance threshold
See Also