OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
The structure represents the logarithmic grid range of statmodel parameters. More...
Public Member Functions | |
double | get_logStep () |
double | get_maxVal () |
double | get_minVal () |
IntPtr | getNativeObjAddr () |
void | set_logStep (double logStep) |
void | set_maxVal (double maxVal) |
void | set_minVal (double minVal) |
Public Member Functions inherited from OpenCVForUnity.DisposableObject | |
void | Dispose () |
void | ThrowIfDisposed () |
Static Public Member Functions | |
static ParamGrid | __fromPtr__ (IntPtr addr) |
static ParamGrid | create () |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method. | |
static ParamGrid | create (double minVal) |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method. | |
static ParamGrid | create (double minVal, double maxVal) |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method. | |
static ParamGrid | create (double minVal, double maxVal, double logstep) |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method. | |
Static Public Member Functions inherited from OpenCVForUnity.DisposableObject | |
static IntPtr | ThrowIfNullIntPtr (IntPtr ptr) |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Protected Member Functions inherited from OpenCVForUnity.DisposableOpenCVObject | |
DisposableOpenCVObject () | |
DisposableOpenCVObject (bool isEnabledDispose) | |
DisposableOpenCVObject (IntPtr ptr) | |
DisposableOpenCVObject (IntPtr ptr, bool isEnabledDispose) | |
Protected Member Functions inherited from OpenCVForUnity.DisposableObject | |
DisposableObject () | |
DisposableObject (bool isEnabledDispose) | |
Additional Inherited Members | |
Package Attributes inherited from OpenCVForUnity.DisposableOpenCVObject | |
Properties inherited from OpenCVForUnity.DisposableObject | |
bool | IsDisposed [get, protected set] |
bool | IsEnabledDispose [get, set] |
The structure represents the logarithmic grid range of statmodel parameters.
It is used for optimizing statmodel accuracy by varying model parameters, the accuracy estimate being computed by cross-validation.
|
static |
|
static |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method.
minVal | minimum value of the parameter grid |
maxVal | maximum value of the parameter grid |
logstep | Logarithmic step for iterating the statmodel parameter |
|
static |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method.
minVal | minimum value of the parameter grid |
maxVal | maximum value of the parameter grid |
logstep | Logarithmic step for iterating the statmodel parameter |
|
static |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method.
minVal | minimum value of the parameter grid |
maxVal | maximum value of the parameter grid |
logstep | Logarithmic step for iterating the statmodel parameter |
|
static |
Creates a ParamGrid Ptr that can be given to the SVM::trainAuto method.
minVal | minimum value of the parameter grid |
maxVal | maximum value of the parameter grid |
logstep | Logarithmic step for iterating the statmodel parameter |
|
protectedvirtual |
Reimplemented from OpenCVForUnity.DisposableOpenCVObject.
double OpenCVForUnity.MlModule.ParamGrid.get_logStep | ( | ) |
double OpenCVForUnity.MlModule.ParamGrid.get_maxVal | ( | ) |
double OpenCVForUnity.MlModule.ParamGrid.get_minVal | ( | ) |
IntPtr OpenCVForUnity.MlModule.ParamGrid.getNativeObjAddr | ( | ) |
void OpenCVForUnity.MlModule.ParamGrid.set_logStep | ( | double | logStep | ) |
void OpenCVForUnity.MlModule.ParamGrid.set_maxVal | ( | double | maxVal | ) |
void OpenCVForUnity.MlModule.ParamGrid.set_minVal | ( | double | minVal | ) |