5195 Commits (1ad7af3c3b2b7e40d2b75a05baa37674b53191e8)

Author SHA1 Message Date
Vladislav Vinogradov 4db68b50f2 fixed Sobel and Scharr tests 12 years ago
Andrey Kamaev c02179a765 Revert "_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3" 12 years ago
Andrey Kamaev b870b246e1 Fix memory corruption in batchDistance perf tests 12 years ago
Andrey Kamaev f87987ed72 Honor multidimensional matrices in InputArray::total 12 years ago
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 12 years ago
Andrey Kamaev b6efec5f8b Add support for Android NDK r8d 12 years ago
Andrey Kamaev c513d4ecd6 Increase max RMSE error for tvl1 optical flow test 12 years ago
Vladislav Vinogradov 2f1ca1b6b3 fixed build for CARMA: 12 years ago
vlad 11293d071f Revert "disabled video decoding under linux" 12 years ago
Andrey Kamaev 9526907cba Use .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests 12 years ago
Andrey Kamaev aaf779a3a2 Adjust OpenCV version to 2.4.3.2 12 years ago
Vladislav Vinogradov 660d23aa04 added cv::gpu::resetDevice to RunPerfTestBody 12 years ago
Vladislav Vinogradov 1a76242d99 added GPU_TEST_P macros 12 years ago
takacsd 64f821908e Add missing _WIN32 check in core/operations.hpp. 12 years ago
Andrey Kamaev ca7abe1239 Reduce number of performance tests for LBP cascade 12 years ago
Jason Newton 4cb25e9584 update documentation to latest connected components interface 12 years ago
Eric Christiansen ad326cb0be adds desktop java junit tests 12 years ago
Alexander Smorkalov d7c89fc649 A lot of javadoc warnings duting javadoc build (Bug #2647) issue fixed 12 years ago
Vladislav Vinogradov 4ba33fa1ed Revert "call resetDevice if gpu test fails" 12 years ago
Vadim Pisarevsky 31857082f4 probably fixed build problems on Android 12 years ago
Daniil Osokin 98d7d99244 Add threaded version of equalizeHist 12 years ago
Vladislav Vinogradov 41c9377db0 fixed warnings under windows 12 years ago
Vladislav Vinogradov ab25fe9e37 call resetDevice if gpu test fails 12 years ago
Alexander Smorkalov dfa4b2fefa Workaround for gcc overoptimization compiler bug. 12 years ago
Vladislav Vinogradov 0973e86d8a fixed printShortCudaDeviceInfo for new CC 12 years ago
Vladislav Vinogradov bac94f85c1 fixed printCudaDeviceInfo for 3.5 CC (Patch #2641) 12 years ago
Vladislav Vinogradov dd8e442bda replaced DeviceInfo().supports with deviceSupports 12 years ago
Ilya Lavrenov a319bae6e2 added #undef _mm_packus_epi32 12 years ago
Ilya Lavrenov d246b41573 changed loop condition 12 years ago
Ilya Lavrenov c2f2e33a5e removed debug messages 12 years ago
Ilya Lavrenov aa0dafcc1f replaced _mm_packs_epi32 to _mm_packus_epi32 12 years ago
Daniil-Osokin cd501d947c perf tests for calcHist 2-3D case 12 years ago
Daniil-Osokin 7d94236c14 TBB version of calcHist 12 years ago
Jason Newton e1b60aa4e3 drop usage of macros... the type is already there! 12 years ago
Vladislav Vinogradov da017fbeb9 fast optical flow bm implementation 12 years ago
Jason Newton 5f86eb8d63 proper dimensions from cv::Size in output stats/centroid 12 years ago
Vadim Pisarevsky 1eae455acb fixed build warnings from VS; hopefully, fixes Android build too 12 years ago
Anatoly Baksheev 94c310fc14 added Ptr::operator== 12 years ago
Andrey Kamaev 80a1d569ca Add support for multidimentional matrices into the sanity checks 12 years ago
Jason Newton ad0bfdfb25 disable windows build warning for connectedcomponents template argument comparisons 12 years ago
Jason Newton 68e77ac051 use opencv's integer type convension 12 years ago
Andrey Kamaev 0bbba847a4 Fix equalization formula in equalizeHist function & rewrite in C++ 12 years ago
Éric Piel 7701fa7a63 highgui: fix segfault on CvCapture_GStreamer::open 12 years ago
Andrey Kamaev fe0b88d291 Set sanity threshold for TVL1 optical flow to 0.5 12 years ago
Ilya Lavrenov 6059a6875a fixed bug with s1 calculating 12 years ago
Ilya Lavrenov 4ccb5a30d9 fixed bug with s1 calculating 12 years ago
Andrey Kamaev 1284121d89 Set sanity threshold for TVL1 optical flow to 0.02 12 years ago
Ilya Lavrenov 16f9b6f5e4 reproducing C++ version of resize area fast 12 years ago
Suenghoon Park 13c44dd318 finished ocl::HoughCircles 12 years ago
Vsevolod Glumov 3f417f1ec3 Fixes for issues #2570, #2492, #2559, #2489, #2592. 12 years ago