opencv/apps/traincascade
Alexander Alekhin 67a734ce73 Merge branch '2.4' into master
Commits:
67fe57a add fixed video
db0ae2c Restore 2.4 source branch for bug fix 6317.
97ac59c Fix a memory leak indirectly caused by cvDestroyWindow
eb40afa Add a workaround for FFmpeg's color conversion accessing past the end of the buffer
421fcf9 Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability
912592d Remove "INSTALL_NAME_DIR lib" target property
bb1c2d7 fix bug on border at pyrUp
2016-04-21 20:15:08 +03:00
..
boost.cpp Fix a segment fault issue in cascade classfier 2015-04-07 10:38:58 +08:00
boost.h made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
cascadeclassifier.cpp add cascade classifier info - total number of unique features passed to boosting process 2016-03-17 13:34:01 +01:00
cascadeclassifier.h Merge 2.4 into master 2015-12-08 10:24:54 +03:00
CMakeLists.txt Merge branch '2.4' into master 2016-04-21 20:15:08 +03:00
features.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
haarfeatures.cpp Update haarfeatures.cpp 2015-12-07 19:51:30 +08: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 removed dirname variable 2016-02-07 03:09:21 +05:30
imagestorage.h Fixes for QNX 6.6 Neitrino support. 2014-10-23 17:17:35 +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 add the possibility to add traincascade accuracy 2015-04-03 12:47:09 +02:00