| LBPHFaceRecognizerSetThreshold Method |
[Missing <summary> documentation for "M:OpenCvSharp.Face.LBPHFaceRecognizer.SetThreshold(System.Double)"]
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual void SetThreshold(
double val
)
Public Overridable Sub SetThreshold (
val As Double
)
public:
virtual void SetThreshold(
double val
)
abstract SetThreshold :
val : float -> unit
override SetThreshold :
val : float -> unit
Parameters
- val
- Type: SystemDouble
[Missing <param name="val"/> documentation for "M:OpenCvSharp.Face.LBPHFaceRecognizer.SetThreshold(System.Double)"]
See Also