| FisherFaceRecognizer Constructor |
http://www.emgu.com
Create a FisherFaceRecognizer
Namespace: Emgu.CV.FaceAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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
*)
-> FisherFaceRecognizerParameters
- numComponents (Optional)
- Type: SystemInt32
The number of components - threshold (Optional)
- Type: SystemDouble
The distance threshold
See Also