FaceRecognizerSetThreshold Method
|
Sets threshold of model
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void SetThreshold(
double val
)
Public Sub SetThreshold (
val As Double
)
public:
void SetThreshold(
double val
)
member SetThreshold :
val : float -> unit
function SetThreshold(val);
Parameters
- val
- Type: SystemDouble
See Also