Package org.opencv.face
Class FisherFaceRecognizer
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.face.FaceRecognizer
-
- org.opencv.face.BasicFaceRecognizer
-
- org.opencv.face.FisherFaceRecognizer
-
public class FisherFaceRecognizer extends BasicFaceRecognizer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FisherFaceRecognizer(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FisherFaceRecognizer
__fromPtr__(long addr)
static FisherFaceRecognizer
create()
static FisherFaceRecognizer
create(int num_components)
static FisherFaceRecognizer
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 FisherFaceRecognizer __fromPtr__(long addr)
-
create
public static FisherFaceRecognizer create(int num_components, double threshold)
-
create
public static FisherFaceRecognizer create(int num_components)
-
create
public static FisherFaceRecognizer create()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classBasicFaceRecognizer
- Throws:
java.lang.Throwable
-
-