http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a LBPH face recognizer
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public LBPHFaceRecognizer( int radius, int neighbors, int gridX, int gridY, double threshold ) |
Visual Basic |
---|
Public Sub New ( _ radius As Integer, _ neighbors As Integer, _ gridX As Integer, _ gridY As Integer, _ threshold As Double _ ) |
Visual C++ |
---|
public: LBPHFaceRecognizer( int radius, int neighbors, int gridX, int gridY, double threshold ) |
Parameters
- radius
- Type: System..::..Int32
Radius, use 1 for default
- neighbors
- Type: System..::..Int32
Neighbors, use 8 for default
- gridX
- Type: System..::..Int32
Grid X, use 8 for default
- gridY
- Type: System..::..Int32
Grid Y, use 9 for default
- threshold
- Type: System..::..Double
The distance threshold