__fromPtr__(IntPtr addr) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | static |
clear() | OpenCVForUnity.CoreModule.Algorithm | virtual |
create(int radius, int neighbors, int grid_x, int grid_y, double threshold) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | static |
create(int radius, int neighbors, int grid_x, int grid_y) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | static |
create(int radius, int neighbors, int grid_x) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | static |
create(int radius, int neighbors) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | static |
create(int radius) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | static |
create() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | 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.LBPHFaceRecognizer | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.CoreModule.Algorithm | virtual |
getDefaultName() | OpenCVForUnity.CoreModule.Algorithm | virtual |
getGridX() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
getGridY() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
getHistograms() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
getLabelInfo(int label) | OpenCVForUnity.FaceModule.FaceRecognizer | |
getLabels() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
getLabelsByString(string str) | OpenCVForUnity.FaceModule.FaceRecognizer | |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
getNeighbors() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
getRadius() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
getThreshold() | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
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 | |
setGridX(int val) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
setGridY(int val) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
setLabelInfo(int label, string strInfo) | OpenCVForUnity.FaceModule.FaceRecognizer | |
setNeighbors(int val) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
setRadius(int val) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
setThreshold(double val) | OpenCVForUnity.FaceModule.LBPHFaceRecognizer | |
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 | |