Go to the source code of this file.
Classes | |
struct | CvVectors |
struct | CvParamLattice |
class | CvStatModel |
struct | CvParamGrid |
class | CvNormalBayesClassifier |
class | CvKNearest |
struct | CvSVMParams |
struct | CvSVMKernel |
struct | CvSVMKernelRow |
struct | CvSVMSolutionInfo |
class | CvSVMSolver |
struct | CvSVMDecisionFunc |
class | CvSVM |
class | cv::EM |
struct | CvPair16u32s |
struct | CvDTreeSplit |
struct | CvDTreeNode |
struct | CvDTreeParams |
struct | CvDTreeTrainData |
class | CvDTree |
class | CvForestTree |
struct | CvRTParams |
class | CvRTrees |
struct | CvERTreeTrainData |
class | CvForestERTree |
class | CvERTrees |
struct | CvBoostParams |
class | CvBoostTree |
class | CvBoost |
struct | CvGBTreesParams |
class | CvGBTrees |
struct | CvANN_MLP_TrainParams |
class | CvANN_MLP |
struct | CvTrainTestSplit |
class | CvMLData |
Namespaces | |
cv | |
Namespace where all the C++ OpenCV functionality resides. | |
Typedefs | |
typedef struct CvParamLattice | CvParamLattice |
typedef CvStatModel | cv::StatModel |
typedef CvParamGrid | cv::ParamGrid |
typedef CvNormalBayesClassifier | cv::NormalBayesClassifier |
typedef CvKNearest | cv::KNearest |
typedef CvSVMParams | cv::SVMParams |
typedef CvSVMKernel | cv::SVMKernel |
typedef CvSVMSolver | cv::SVMSolver |
typedef CvSVM | cv::SVM |
typedef CvDTreeParams | cv::DTreeParams |
typedef CvMLData | cv::TrainData |
typedef CvDTree | cv::DecisionTree |
typedef CvForestTree | cv::ForestTree |
typedef CvRTParams | cv::RandomTreeParams |
typedef CvRTrees | cv::RandomTrees |
typedef CvERTreeTrainData | cv::ERTreeTRainData |
typedef CvForestERTree | cv::ERTree |
typedef CvERTrees | cv::ERTrees |
typedef CvBoostParams | cv::BoostParams |
typedef CvBoostTree | cv::BoostTree |
typedef CvBoost | cv::Boost |
typedef CvANN_MLP_TrainParams | cv::ANN_MLP_TrainParams |
typedef CvANN_MLP | cv::NeuralNet_MLP |
typedef CvGBTreesParams | cv::GradientBoostingTreeParams |
typedef CvGBTrees | cv::GradientBoostingTrees |
Functions | |
CV_INLINE CvParamLattice | cvParamLattice (double min_val, double max_val, double log_step) |
CV_INLINE CvParamLattice | cvDefaultParamLattice (void) |
CVAPI (void) cvRandMVNormal(CvMat *mean | |
CvMat CvMat CvRNG *rng | CV_DEFAULT (0)) |
CV_EXPORTS bool | cv::initModule_ml (void) |
Variables | |
CvMat * | cov |
CvMat CvMat * | sample |
CvMat * | covs [] |
CvMat float | weights [] |
CvMat float int | clsnum |
CvMat ** | samples |
CvMat int | num_samples |
CvMat int int | num_features |
CvMat int int CvMat ** | responses |
CvMat int int CvMat int | num_classes |
typedef struct CvParamLattice CvParamLattice |
CV_INLINE CvParamLattice cvParamLattice | ( | double | min_val, |
double | max_val, | ||
double | log_step | ||
) |
CV_INLINE CvParamLattice cvDefaultParamLattice | ( | void | ) |
CVAPI | ( | void | ) |
CvMat* cov |
CvMat* covs[] |