Wrapper of OpenCV's Machine Learning Library
| C# | Visual Basic | Visual C++ |
namespace Emgu.CV.ML
Namespace Emgu.CV.ML
namespace Emgu.CV.ML
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| ANN_MLP |
Neural network
| |
| Boost |
Boost Tree
| |
| DTree |
Decision Tree
| |
| EM |
Expectation Maximization model
| |
| EMParams |
The parameters for the EM model
| |
| KNearest |
The KNearest classifier
| |
| MlInvoke |
This class contains functions to call into machine learning library
| |
| NormalBayesClassifier |
A Normal Bayes Classifier
| |
| RTrees |
Random tree
| |
| StatModel |
A statistic model
| |
| SVM |
Support Vector Machine
| |
| SVMParams |
The parameters for the SVM model
|