FisherFaceRecognizer Constructor |
http://www.emgu.com
Create a FisherFaceRecognizer
Namespace: Emgu.CV.FaceAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic FisherFaceRecognizer(
int numComponents = 0,
double threshold = 1.79769313486232E+308
)
Public Sub New (
Optional numComponents As Integer = 0,
Optional threshold As Double = 1.79769313486232E+308
)
public:
FisherFaceRecognizer(
int numComponents = 0,
double threshold = 1.79769313486232E+308
)
new :
?numComponents : int *
?threshold : float
(* Defaults:
let _numComponents = defaultArg numComponents 0
let _threshold = defaultArg threshold 1.79769313486232E+308
*)
-> FisherFaceRecognizer
Parameters
- numComponents (Optional)
- Type: SystemInt32
The number of components - threshold (Optional)
- Type: SystemDouble
The distance threshold
See Also