__fromPtr__(IntPtr addr) | OpenCVForUnity.MlModule.NormalBayesClassifier | static |
calcError(TrainData data, bool test, Mat resp) | OpenCVForUnity.MlModule.StatModel | |
clear() | OpenCVForUnity.CoreModule.Algorithm | virtual |
COMPRESSED_INPUT | OpenCVForUnity.MlModule.StatModel | static |
create() | OpenCVForUnity.MlModule.NormalBayesClassifier | 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.MlModule.NormalBayesClassifier | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.MlModule.StatModel | virtual |
getDefaultName() | OpenCVForUnity.CoreModule.Algorithm | virtual |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
getVarCount() | OpenCVForUnity.MlModule.StatModel | |
isClassifier() | OpenCVForUnity.MlModule.StatModel | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.DisposableObject | |
isTrained() | OpenCVForUnity.MlModule.StatModel | |
load(string filepath, string nodeName) | OpenCVForUnity.MlModule.NormalBayesClassifier | static |
load(string filepath) | OpenCVForUnity.MlModule.NormalBayesClassifier | static |
predict(Mat samples, Mat results, int flags) | OpenCVForUnity.MlModule.StatModel | virtual |
predict(Mat samples, Mat results) | OpenCVForUnity.MlModule.StatModel | virtual |
predict(Mat samples) | OpenCVForUnity.MlModule.StatModel | virtual |
predictProb(Mat inputs, Mat outputs, Mat outputProbs, int flags) | OpenCVForUnity.MlModule.NormalBayesClassifier | |
predictProb(Mat inputs, Mat outputs, Mat outputProbs) | OpenCVForUnity.MlModule.NormalBayesClassifier | |
PREPROCESSED_INPUT | OpenCVForUnity.MlModule.StatModel | static |
RAW_OUTPUT | OpenCVForUnity.MlModule.StatModel | static |
save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
train(TrainData trainData, int flags) | OpenCVForUnity.MlModule.StatModel | |
train(TrainData trainData) | OpenCVForUnity.MlModule.StatModel | |
train(Mat samples, int layout, Mat responses) | OpenCVForUnity.MlModule.StatModel | |
UPDATE_MODEL | OpenCVForUnity.MlModule.StatModel | static |