OpenCV public trained detection models: Haar, HOG and other.
There are public XML-files of trained models to detection of different objects: cars, planes, people, animals, plants and other most popular objects.
This is branch for OpenCV 2.4.12
Available branches:
Used detection methods:
- HaarCascades cv::CascadeClassifier (C++ class)
- HaarCascades CUDA gpu::CascadeClassifier_GPU (C++ class)
- cv::LatentSvmDetector (C++ class)
- CvSVM
- gpu::HOGDescriptor (C++ structure)
Sources of models:
Soft for training:
- HaarCascades: https://github.com/mrnugget/opencv-haar-classifier-training
- HOG: https://github.com/DaHoC/trainHOG
OpenCV documentation: http://docs.opencv.org/genindex.html