opencv/apps/traincascade
Alexander Alekhin d86d8ed909 Merge 2.4 into master
PR #2968: cce2d99 8578f9c
Fixed bug which caused crash of GPU version of feature matcher in stitcher

The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.

PR #3236: 5947519
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.

PR #3190
fix blobdetector

PR #3562 (part): 82bd82e
TBB updated to 4.3u2. Fix for aarch64 support.

PR #3604 (part): 091c7a3
OpenGL interop sample reworked not ot use cvconfig.h

PR #3792: afdf319
Add -L for CUDA libs path to pkg-config

Add all dirs from CUDA_LIBS_PATH as -L linker options to
OPENCV_LINKER_LIBS. These will end up in opencv.pc.

PR #3893: 122b9f8
Turn ocv_convert_to_lib_name into a function

PR #5490: ec5244a
fixed memory leak in findHomography tests

PR #5491: 0d5b739
delete video readers

PR #5574

PR #5202
2015-12-08 10:24:54 +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 Merge 2.4 into master 2015-12-08 10:24:54 +03:00
cascadeclassifier.h Merge 2.4 into master 2015-12-08 10:24:54 +03:00
CMakeLists.txt Basic HAL module 2015-04-07 18:16:22 +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 fixed vector out of range exception in nextImg 2015-05-18 13:29:15 -07:00
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