__fromPtr__(IntPtr addr) | OpenCVForUnity.FaceModule.FisherFaceRecognizer | static |
clear() | OpenCVForUnity.CoreModule.Algorithm | virtual |
create(int num_components, double threshold) | OpenCVForUnity.FaceModule.FisherFaceRecognizer | static |
create(int num_components) | OpenCVForUnity.FaceModule.FisherFaceRecognizer | static |
create() | OpenCVForUnity.FaceModule.FisherFaceRecognizer | static |
DisposableObject() | OpenCVForUnity.DisposableObject | protected |
DisposableObject(bool isEnabledDispose) | OpenCVForUnity.DisposableObject | protected |
DisposableOpenCVObject() | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
Dispose(bool disposing) | OpenCVForUnity.FaceModule.FisherFaceRecognizer | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.CoreModule.Algorithm | virtual |
getDefaultName() | OpenCVForUnity.CoreModule.Algorithm | virtual |
getEigenValues() | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
getEigenVectors() | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
getLabelInfo(int label) | OpenCVForUnity.FaceModule.FaceRecognizer | |
getLabels() | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
getLabelsByString(string str) | OpenCVForUnity.FaceModule.FaceRecognizer | |
getMean() | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
getNumComponents() | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
getProjections() | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
getThreshold() | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.DisposableObject | |
predict(Mat src, int[] label, double[] confidence) | OpenCVForUnity.FaceModule.FaceRecognizer | |
predict_collect(Mat src, PredictCollector collector) | OpenCVForUnity.FaceModule.FaceRecognizer | |
predict_label(Mat src) | OpenCVForUnity.FaceModule.FaceRecognizer | |
read(string filename) | OpenCVForUnity.FaceModule.FaceRecognizer | |
save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
setLabelInfo(int label, string strInfo) | OpenCVForUnity.FaceModule.FaceRecognizer | |
setNumComponents(int val) | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
setThreshold(double val) | OpenCVForUnity.FaceModule.BasicFaceRecognizer | |
ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
train(List< Mat > src, Mat labels) | OpenCVForUnity.FaceModule.FaceRecognizer | |
update(List< Mat > src, Mat labels) | OpenCVForUnity.FaceModule.FaceRecognizer | |
write(string filename) | OpenCVForUnity.FaceModule.FaceRecognizer | |