opencv/apps/traincascade
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
boost.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-12-03 17:35:21 +04:00
boost.h made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
cascadeclassifier.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-12-03 17:35:21 +04:00
cascadeclassifier.h made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04: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 Several type of formal refactoring: 2014-08-13 15:21:35 +04: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 made everything compile and even run somehow 2014-08-03 01:41:09 +04: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 made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
old_ml_precomp.hpp made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
old_ml_tree.cpp made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
old_ml.hpp made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
traincascade_features.h made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
traincascade.cpp made everything compile and even run somehow 2014-08-03 01:41:09 +04:00