Click or drag to resize

LBPHFaceRecognizer Constructor

http://www.emgu.com
Create a LBPH face recognizer

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