| FaceRecognizerSetThreshold Method |
Sets threshold of model
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void SetThreshold(
double val
)
Public Sub SetThreshold (
val As Double
)
public:
void SetThreshold(
double val
)
member SetThreshold :
val : float -> unit
Parameters
- val
- Type: SystemDouble
[Missing <param name="val"/> documentation for "M:OpenCvSharp.Face.FaceRecognizer.SetThreshold(System.Double)"]
See Also