4246 Commits (1712d0930c1bda04df84f81563f196e8fd138ac5)

Author SHA1 Message Date
marina.kolpakova 6ccd7aca4c fix tests for arm 13 years ago
Andrey Pavlenko cfd634ca3e Improving compatibility with the latest Android SDK (r21) and NDK (r8c). 13 years ago
Andrey Kamaev 04481d9ef4 Fix Android build with clang compiler 13 years ago
Alexander Smorkalov 66a1ea7604 Test execution inside Eclipse fixed; 13 years ago
LeonidBeynenson 52a136227d Modified documentation for calcOpticalFlowSF. 13 years ago
marina.kolpakova e3c93ad9cf Revert "Merge pull request #141 from jet47/gpu-pyrlk-fix" because this bug appears only in 2.4 13 years ago
Alexander Mordvintsev 9cfa51a483 added CV_OUT to StereoVar output paramiter 13 years ago
marina.kolpakova 1edab12068 fix for negative confidence 13 years ago
Vladislav Vinogradov a9919e01d0 fixed bug in gpu::HoughLines 13 years ago
Vladislav Vinogradov 606c23b9aa fixed gpu module tests 13 years ago
Alexander Smorkalov 96e4eed018 Logcat message for disabled test cases added. 13 years ago
Alexander Smorkalov 9f5fcff3ea More common way of test case disabling implemented. 13 years ago
marina.kolpakova bd9ca48fab export to python/java 13 years ago
Alexander Smorkalov e06c5b6fd5 Code review comments applied. 13 years ago
Vladislav Vinogradov afff9cf716 Optimized buffers reuse in gpu module: 13 years ago
Vladislav Vinogradov 810829f32e speedup compilation of row_filter.cu and column_filter.cu 13 years ago
Vladislav Vinogradov 29f89e8930 moved block.hpp to include folder 13 years ago
Alexander Smorkalov baef62b4d2 Java test fix. Eclipse test execution fix. 13 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 13 years ago
Andrey Kamaev b131dfeecd Build tutorial codes together with other samples 13 years ago
Andrey Kamaev 0a4ed2bc01 Fix Windows build warnings 13 years ago
Andrey Kamaev 8c9c2b3a03 Fix build on Windows with OpenGl enabled 13 years ago
Andrey Kamaev e5ffbf9498 Fix stream output operator for Vec<uchar,n> 13 years ago
marina.kolpakova 665bf430d5 fix warnings under win 13 years ago
Vadim Pisarevsky 2e54e2a586 fixed problem with LBPHFaceRecognizer::update() without breaking binary compatibility. 13 years ago
Vladislav Vinogradov bff818afbd fixed static build of gpu module with ffmpeg: 13 years ago
Vadim Pisarevsky 9163471987 improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525) 13 years ago
marina.kolpakova 8a3e897999 min and max params become double 13 years ago
marina.kolpakova e379771c03 git warning 13 years ago
marina.kolpakova f93cffaa0d fix compilation under win 13 years ago
marina.kolpakova 1022094dc0 fix levels computing 13 years ago
marina.kolpakova f1e36043e6 clean code 13 years ago
marina.kolpakova 4656872161 fixed typo 13 years ago
marina.kolpakova 5fb9f48360 fix angle scaling 13 years ago
marina.kolpakova 31a073ca66 documentation 13 years ago
marina.kolpakova 4207552e19 add object init 13 years ago
marina.kolpakova 157ab66ab9 add ROI support 13 years ago
marina.kolpakova 6a3a723938 refactor integral channels 13 years ago
marina.kolpakova 65543c53f6 update test according to resize usage 13 years ago
marina.kolpakova 4a1c4a9862 soft cascade become Algorithm 13 years ago
Vladislav Vinogradov a0be7b57f5 fixed bug in gpu::PyrLKOpticalFlow::dense 13 years ago
NikoKJ 95869a6081 fix the compilation bug of main.cpp in perf test and accuracy test on ocl module. It caused by the incompatibility of command line parser class in core.hpp between master branch and 2.4 branch. 13 years ago
marina.kolpakova ff8417db00 remove input frame size constraints 13 years ago
marina.kolpakova 3cb9afb4e7 test update because changed Sobel Normalization 13 years ago
marina.kolpakova a84334cfc2 brief soft cascade interface description 13 years ago
marina.kolpakova 2e8ed77383 get rid of hard-coded values 13 years ago
marina.kolpakova 16dd09ccfc move scale related parameters to SoftCascade constructor 13 years ago
marina.kolpakova 017d970b9a load SoftCascade from FileStorage 13 years ago
marina.kolpakova a22ee13620 rename markDetection to addDetection 13 years ago
marina.kolpakova 40c0c60e2b remove unused struct 13 years ago