Click or drag to resize

FaceRecognizerSetThreshold Method

Sets threshold of model

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void SetThreshold(
	double val
)

Parameters

val
Type: SystemDouble

[Missing <param name="val"/> documentation for "M:OpenCvSharp.Face.FaceRecognizer.SetThreshold(System.Double)"]

See Also