Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joan Puigcerver 16a82b1747 Added an option to traincascade program to select the maximum number of threads to use during training 11 years ago
..
CMakeLists.txt Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs 11 years ago
HOGfeatures.cpp Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
HOGfeatures.h Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
boost.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
boost.h Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
cascadeclassifier.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
cascadeclassifier.h Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
features.cpp Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
haarfeatures.cpp Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
haarfeatures.h Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
imagestorage.cpp Extract imgcodecs module from highgui 11 years ago
imagestorage.h Extract imgcodecs module from highgui 11 years ago
lbpfeatures.cpp Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
lbpfeatures.h Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago
traincascade.cpp Added an option to traincascade program to select the maximum number of threads to use during training 11 years ago
traincascade_features.h Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' 11 years ago