| __fromPtr__(IntPtr addr) | OpenCVForUnity.MlModule.SVM | static |
| C | OpenCVForUnity.MlModule.SVM | static |
| C_SVC | OpenCVForUnity.MlModule.SVM | static |
| calcError(TrainData data, bool test, Mat resp) | OpenCVForUnity.MlModule.StatModel | |
| CHI2 | OpenCVForUnity.MlModule.SVM | static |
| clear() | OpenCVForUnity.CoreModule.Algorithm | virtual |
| COEF | OpenCVForUnity.MlModule.SVM | static |
| COMPRESSED_INPUT | OpenCVForUnity.MlModule.StatModel | static |
| create() | OpenCVForUnity.MlModule.SVM | static |
| CUSTOM | OpenCVForUnity.MlModule.SVM | static |
| DEGREE | OpenCVForUnity.MlModule.SVM | 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.SVM | protectedvirtual |
| OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
| empty() | OpenCVForUnity.MlModule.StatModel | virtual |
| EPS_SVR | OpenCVForUnity.MlModule.SVM | static |
| GAMMA | OpenCVForUnity.MlModule.SVM | static |
| getC() | OpenCVForUnity.MlModule.SVM | |
| getClassWeights() | OpenCVForUnity.MlModule.SVM | |
| getCoef0() | OpenCVForUnity.MlModule.SVM | |
| getDecisionFunction(int i, Mat alpha, Mat svidx) | OpenCVForUnity.MlModule.SVM | |
| getDefaultGridPtr(int param_id) | OpenCVForUnity.MlModule.SVM | static |
| getDefaultName() | OpenCVForUnity.CoreModule.Algorithm | virtual |
| getDegree() | OpenCVForUnity.MlModule.SVM | |
| getGamma() | OpenCVForUnity.MlModule.SVM | |
| getKernelType() | OpenCVForUnity.MlModule.SVM | |
| getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
| getNu() | OpenCVForUnity.MlModule.SVM | |
| getP() | OpenCVForUnity.MlModule.SVM | |
| getSupportVectors() | OpenCVForUnity.MlModule.SVM | |
| getTermCriteria() | OpenCVForUnity.MlModule.SVM | |
| getTermCriteriaAsValueTuple() | OpenCVForUnity.MlModule.SVM | |
| getTermCriteriaAsVec3d() | OpenCVForUnity.MlModule.SVM | |
| getType() | OpenCVForUnity.MlModule.SVM | |
| getUncompressedSupportVectors() | OpenCVForUnity.MlModule.SVM | |
| getVarCount() | OpenCVForUnity.MlModule.StatModel | |
| INTER | OpenCVForUnity.MlModule.SVM | static |
| isClassifier() | OpenCVForUnity.MlModule.StatModel | |
| IsDisposed | OpenCVForUnity.DisposableObject | |
| IsEnabledDispose | OpenCVForUnity.DisposableObject | |
| isTrained() | OpenCVForUnity.MlModule.StatModel | |
| LINEAR | OpenCVForUnity.MlModule.SVM | static |
| load(string filepath) | OpenCVForUnity.MlModule.SVM | static |
| maxCount | OpenCVForUnity.MlModule.SVM | |
| NU | OpenCVForUnity.MlModule.SVM | static |
| NU_SVC | OpenCVForUnity.MlModule.SVM | static |
| NU_SVR | OpenCVForUnity.MlModule.SVM | static |
| ONE_CLASS | OpenCVForUnity.MlModule.SVM | static |
| P | OpenCVForUnity.MlModule.SVM | static |
| POLY | OpenCVForUnity.MlModule.SVM | 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 |
| PREPROCESSED_INPUT | OpenCVForUnity.MlModule.StatModel | static |
| RAW_OUTPUT | OpenCVForUnity.MlModule.StatModel | static |
| RBF | OpenCVForUnity.MlModule.SVM | static |
| save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
| setC(double val) | OpenCVForUnity.MlModule.SVM | |
| setClassWeights(Mat val) | OpenCVForUnity.MlModule.SVM | |
| setCoef0(double val) | OpenCVForUnity.MlModule.SVM | |
| setDegree(double val) | OpenCVForUnity.MlModule.SVM | |
| setGamma(double val) | OpenCVForUnity.MlModule.SVM | |
| setKernel(int kernelType) | OpenCVForUnity.MlModule.SVM | |
| setNu(double val) | OpenCVForUnity.MlModule.SVM | |
| setP(double val) | OpenCVForUnity.MlModule.SVM | |
| setTermCriteria(TermCriteria val) | OpenCVForUnity.MlModule.SVM | |
| setTermCriteria(in Vec3d val) | OpenCVForUnity.MlModule.SVM | |
| setTermCriteria(in(double type, double maxCount, double epsilon) val) | OpenCVForUnity.MlModule.SVM | |
| setType(int val) | OpenCVForUnity.MlModule.SVM | |
| SIGMOID | OpenCVForUnity.MlModule.SVM | static |
| 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 | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid, ParamGrid gammaGrid, ParamGrid pGrid, ParamGrid nuGrid, ParamGrid coeffGrid, ParamGrid degreeGrid, bool balanced) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid, ParamGrid gammaGrid, ParamGrid pGrid, ParamGrid nuGrid, ParamGrid coeffGrid, ParamGrid degreeGrid) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid, ParamGrid gammaGrid, ParamGrid pGrid, ParamGrid nuGrid, ParamGrid coeffGrid) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid, ParamGrid gammaGrid, ParamGrid pGrid, ParamGrid nuGrid) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid, ParamGrid gammaGrid, ParamGrid pGrid) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid, ParamGrid gammaGrid) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses, int kFold) | OpenCVForUnity.MlModule.SVM | |
| trainAuto(Mat samples, int layout, Mat responses) | OpenCVForUnity.MlModule.SVM | |
| type | OpenCVForUnity.MlModule.SVM | |
| UPDATE_MODEL | OpenCVForUnity.MlModule.StatModel | static |