Click or drag to resize

NativeMethodsface_LBPHFaceRecognizer_create Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr face_LBPHFaceRecognizer_create(
	int radius,
	int neighbors,
	int gridX,
	int gridY,
	double threshold
)

Parameters

radius
Type: SystemInt32
neighbors
Type: SystemInt32
gridX
Type: SystemInt32
gridY
Type: SystemInt32
threshold
Type: SystemDouble

Return Value

Type: IntPtr
See Also