Package org.opencv.face
Class EigenFaceRecognizer
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.face.FaceRecognizer
-
- org.opencv.face.BasicFaceRecognizer
-
- org.opencv.face.EigenFaceRecognizer
-
public class EigenFaceRecognizer extends BasicFaceRecognizer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EigenFaceRecognizer(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EigenFaceRecognizer
__fromPtr__(long addr)
static EigenFaceRecognizer
create()
static EigenFaceRecognizer
create(int num_components)
static EigenFaceRecognizer
create(int num_components, double threshold)
protected void
finalize()
-
Methods inherited from class org.opencv.face.BasicFaceRecognizer
getEigenValues, getEigenVectors, getLabels, getMean, getNumComponents, getProjections, getThreshold, setNumComponents, setThreshold
-
Methods inherited from class org.opencv.face.FaceRecognizer
getLabelInfo, getLabelsByString, predict, predict_collect, predict_label, read, setLabelInfo, train, update, write
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static EigenFaceRecognizer __fromPtr__(long addr)
-
create
public static EigenFaceRecognizer create(int num_components, double threshold)
-
create
public static EigenFaceRecognizer create(int num_components)
-
create
public static EigenFaceRecognizer create()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classBasicFaceRecognizer
- Throws:
java.lang.Throwable
-
-