| BasicFaceRecognizerSetThreshold Method  | 
        
          
    Namespace: 
   OpenCvSharp.Face
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic 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 function SetThreshold(val);
Parameters
- val
- Type: SystemDouble
 
 See Also
See Also