public class BasicFaceRecognizer extends FaceRecognizer
| Modifier | Constructor and Description | 
|---|---|
| protected  | BasicFaceRecognizer(long addr) | 
| Modifier and Type | Method and Description | 
|---|---|
| static BasicFaceRecognizer | __fromPtr__(long addr) | 
| protected void | finalize() | 
| Mat | getEigenValues() | 
| Mat | getEigenVectors() | 
| Mat | getLabels() | 
| Mat | getMean() | 
| int | getNumComponents()SEE: setNumComponents | 
| List<Mat> | getProjections() | 
| double | getThreshold()SEE: setThreshold | 
| void | setNumComponents(int val)getNumComponents SEE: getNumComponents | 
| void | setThreshold(double val)getThreshold SEE: getThreshold | 
getLabelInfo, getLabelsByString, predict_collect, predict_label, predict, read, setLabelInfo, train, update, writeclear, empty, getDefaultName, getNativeObjAddr, savepublic static BasicFaceRecognizer __fromPtr__(long addr)
public Mat getEigenValues()
public Mat getEigenVectors()
public Mat getLabels()
public Mat getMean()
public double getThreshold()
public int getNumComponents()
public void setNumComponents(int val)
val - automatically generatedpublic void setThreshold(double val)
val - automatically generatedprotected void finalize()
                 throws Throwable
finalize in class FaceRecognizerThrowableGenerated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2