4863 Commits (88e0127f44e6da485ba257da324a72bcbc8478ae)

Author SHA1 Message Date
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
Vladislav Vinogradov caf91ac159 new gpu::HoughLinesP implementation 12 years ago
Vladislav Vinogradov 8c057af862 fixed windows build 12 years ago
Vladislav Vinogradov da93a1dab9 fixed build for CARMA platform 12 years ago
Vladislav Vinogradov 889674ef43 disabled video decoding under linux 12 years ago
Suenghoon Park 0656f13107 removed useless comments in buildPointList_gpu() 12 years ago
Suenghoon Park 3a04cfedab added HoughCircles in ocl.hpp 12 years ago
Suenghoon Park ad86b80375 finished buildPointList 12 years ago
Andrey Kamaev 5a407153bd Fix sanity checks in stitching test 12 years ago
Andrey Kamaev 932204d197 Added thresholds to some sanity checks 12 years ago
Andrey Kamaev e1afb1409f Add --perf_verify_sanity option to performance tests 12 years ago
marina.kolpakova 5ddf4e4ed7 change expected values for soft cascade test according to changes in implementation 12 years ago
marina.kolpakova 2d45af790e fix according to pull requests comments 12 years ago
marina.kolpakova 88c71d1b7d add NMS according to Dollar's paper. 12 years ago
marina.kolpakova 9785a8ae34 fix docs for SCascade 12 years ago
marina.kolpakova c470e15d45 integrate speprocessing strategy 12 years ago
Andrey Kamaev 6e244c83cd Corrected sanity checks in several perf tests 12 years ago
marina.kolpakova d23a4f50bd add resize 12 years ago
marina.kolpakova 8ef19e7664 hack luv 12 years ago
marina.kolpakova 0e1005ca92 optimize hog bin computing 12 years ago
marina.kolpakova ee291a15da add preprocessing only function 12 years ago
Ilya Lavrenov d1ca934115 sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4) 12 years ago
Vladislav Vinogradov 87e0eee92b fixed remap and warp gpu tests 12 years ago
Vladislav Vinogradov 746bc168e6 fixed gpu warpAffine and warpPerspective with NPP 12 years ago
Kirill Kornyakov cdbbfc98e1 Ugly hack to make HoughLines sanity check pass on Wun32 12 years ago
Anatoly Baksheev 50946b59c1 minor device namespace refactor 12 years ago
Jason Newton 63debf5032 connectedcomponents test case 12 years ago