..
boost.cpp
Fix a segment fault issue in cascade classfier
2015-04-07 10:31:12 +08:00
boost.h
made everything compile and even run somehow
2014-08-03 01:41:09 +04:00
cascadeclassifier.cpp
fixing wrong equation in accuracy break rule
2015-04-03 12:54:05 +02:00
cascadeclassifier.h
allowing people to manually define how sharp a cascade classifier model should be trained
2015-04-03 10:02:13 +02:00
CMakeLists.txt
Support for compound modules, support for contrib_world
2015-02-10 18:30:05 +03:00
features.cpp
Several type of formal refactoring:
2014-08-13 15:21:35 +04:00
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'
2013-11-27 14:53:21 +00:00
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'
2013-11-27 14:53:21 +00:00
HOGfeatures.cpp
Several type of formal refactoring:
2014-08-13 15:21:35 +04:00
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'
2013-11-27 14:53:21 +00:00
imagestorage.cpp
fixing universal location execution
2015-03-09 13:11:29 +01:00
imagestorage.h
Extract imgcodecs module from highgui
2014-07-07 16:28:08 +04:00
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'
2013-11-27 14:53:21 +00:00
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'
2013-11-27 14:53:21 +00:00
old_ml_boost.cpp
Fix a segment fault issue in cascade classfier
2015-04-07 10:31:12 +08:00
old_ml_data.cpp
made everything compile and even run somehow
2014-08-03 01:41:09 +04:00
old_ml_inner_functions.cpp
1. Input/OutputArray optimizations;
2015-04-07 16:44:26 +03:00
old_ml_precomp.hpp
made everything compile and even run somehow
2014-08-03 01:41:09 +04:00
old_ml_tree.cpp
Fix a segment fault issue in cascade classfier
2015-04-07 10:31:12 +08:00
old_ml.hpp
Remove deprecated methods from cv::Algorithm
2015-02-16 15:28:54 +03:00
traincascade_features.h
made everything compile and even run somehow
2014-08-03 01:41:09 +04:00
traincascade.cpp
Merge pull request #3798 from StevenPuttemans:add_breakrule_cascade_accuracy
2015-04-03 10:19:03 +00:00