A grid for the SVM algorithm.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvParamGrid type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvParamGrid |
Constructor
|
Methods
Name | Description | |
---|---|---|
Check | ||
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
MaxVal | ||
MinVal | ||
Step | ||
SVM_C | ||
SVM_COEF | ||
SVM_DEGREE | ||
SVM_GAMMA | ||
SVM_NU | ||
SVM_P |
See Also