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() |
java.util.List<Mat> |
getProjections() |
double |
getThreshold() |
void |
setNumComponents(int val) |
void |
setThreshold(double val) |
getLabelInfo, getLabelsByString, predict_collect, predict_label, predict, read, setLabelInfo, train, update, write
clear, empty, getDefaultName, getNativeObjAddr, save
public static BasicFaceRecognizer __fromPtr__(long addr)
public Mat getEigenValues()
public Mat getEigenVectors()
public Mat getLabels()
public Mat getMean()
public double getThreshold()
public int getNumComponents()
public java.util.List<Mat> getProjections()
public void setNumComponents(int val)
public void setThreshold(double val)
protected void finalize() throws java.lang.Throwable
finalize
in class FaceRecognizer
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0