OpenCV's Machine Learning structures
Structures
| Structure | Description | |
|---|---|---|
| MCvANN_MLP_TrainParams |
Parameters for Artificla Neural Network - MultiLayer Perceptron
| |
| MCvBoostParams |
An OpenCV Boost Tree parameters
| |
| MCvDTreeNode |
An OpenCV decision Tree Node
| |
| MCvDTreeParams |
Parameters OpenCV's decision tree parameters
| |
| MCvDTreeSplit |
Decision tree node split
| |
| MCvDTreeSplit..::.MOrder |
Wrapped Order structure
| |
| MCvEMParams |
Wrapped CvEMParams
| |
| MCvParamGrid |
Wrapped CvParamGrid structure used by SVM
| |
| MCvRTParams |
Wrapped CvRTParams structure
| |
| MCvSVMParams |
Wrapped CvSVMParams
|