OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.MlModule.SVM Member List

This is the complete list of members for OpenCVForUnity.MlModule.SVM, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.MlModule.SVMstatic
COpenCVForUnity.MlModule.SVM
C_SVCOpenCVForUnity.MlModule.SVM
calcError(TrainData data, bool test, Mat resp)OpenCVForUnity.MlModule.StatModel
CHI2OpenCVForUnity.MlModule.SVM
clear()OpenCVForUnity.CoreModule.Algorithmvirtual
COEFOpenCVForUnity.MlModule.SVM
COMPRESSED_INPUTOpenCVForUnity.MlModule.StatModel
create()OpenCVForUnity.MlModule.SVMstatic
CUSTOMOpenCVForUnity.MlModule.SVM
DEGREEOpenCVForUnity.MlModule.SVM
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.MlModule.SVMprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.MlModule.StatModelvirtual
EPS_SVROpenCVForUnity.MlModule.SVM
GAMMAOpenCVForUnity.MlModule.SVM
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.SVMstatic
getDefaultName()OpenCVForUnity.CoreModule.Algorithmvirtual
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
getType()OpenCVForUnity.MlModule.SVM
getUncompressedSupportVectors()OpenCVForUnity.MlModule.SVM
getVarCount()OpenCVForUnity.MlModule.StatModel
INTEROpenCVForUnity.MlModule.SVM
isClassifier()OpenCVForUnity.MlModule.StatModel
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
isTrained()OpenCVForUnity.MlModule.StatModel
LINEAROpenCVForUnity.MlModule.SVM
load(string filepath)OpenCVForUnity.MlModule.SVMstatic
NUOpenCVForUnity.MlModule.SVM
NU_SVCOpenCVForUnity.MlModule.SVM
NU_SVROpenCVForUnity.MlModule.SVM
ONE_CLASSOpenCVForUnity.MlModule.SVM
POpenCVForUnity.MlModule.SVM
POLYOpenCVForUnity.MlModule.SVM
predict(Mat samples, Mat results, int flags)OpenCVForUnity.MlModule.StatModelvirtual
predict(Mat samples, Mat results)OpenCVForUnity.MlModule.StatModelvirtual
predict(Mat samples)OpenCVForUnity.MlModule.StatModelvirtual
PREPROCESSED_INPUTOpenCVForUnity.MlModule.StatModel
RAW_OUTPUTOpenCVForUnity.MlModule.StatModel
RBFOpenCVForUnity.MlModule.SVM
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
setType(int val)OpenCVForUnity.MlModule.SVM
SIGMOIDOpenCVForUnity.MlModule.SVM
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic
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
UPDATE_MODELOpenCVForUnity.MlModule.StatModel