OpenCV Documentation
3.2
2D Features Framework
3D Visualizer
Camera Calibration and 3D Reconstruction
Clustering and Search in Multi-Dimensional Spaces
Computational Photography
Core functionality
High-level GUI
Image file reading and writing
Image processing
Images stitching
Machine Learning
enum cv::ml::ErrorTypes
enum cv::ml::SampleTypes
enum cv::ml::VariableTypes
class cv::ml::ANN_MLP
class cv::ml::Boost
class cv::ml::DTrees
class cv::ml::EM
class cv::ml::KNearest
class cv::ml::LogisticRegression
class cv::ml::NormalBayesClassifier
class cv::ml::ParamGrid
class cv::ml::RTrees
class cv::ml::SVM
class cv::ml::SVMSGD
class cv::ml::StatModel
class cv::ml::TrainData
Overview
Detailed Documentation
Object Detection
Shape Distance and Matching
Super Resolution
Video Analysis
Video I/O
Video Stabilization
Bibliography
CUDA Module Introduction
Color conversions
Deprecated List
Frequently Asked Questions
Machine Learning Overview
OpenCV Tutorials
OpenCV modules
OpenCV-Python Tutorials
Todo List
Video I/O with OpenCV Overview
contours2.cpp
convexhull.cpp
cout_mat.cpp
demhist.cpp
distrans.cpp
edge.cpp
ffilldemo.cpp
filestorage.cpp
fitellipse.cpp
grabcut.cpp
houghcircles.cpp
houghlines.cpp
kmeans.cpp
laplace.cpp
lsd_lines.cpp
minarea.cpp
morphology2.cpp
pca.cpp
polar_transforms.cpp
segment_objects.cpp
watershed.cpp
Global Namespace
OpenCV Documentation
Docs
»
Machine Learning
»
enum cv::ml::ErrorTypes
enum cv::ml::ErrorTypes
Error types
#include
<ml.hpp>
enum
ErrorTypes
{
TEST_ERROR
=
0
,
TRAIN_ERROR
=
1
,
};