243 Commits (ebd98eaf3a53aa3ef02c5201bfc7b2290505ccd9)

Author SHA1 Message Date
Kirill Kornyakov e770691522 deleted wrong line 12 years ago
Kirill Kornyakov de98da42f7 commented wrong line 12 years ago
Kirill Kornyakov 84176fa027 Added perf test for warpPerpsective with large resolutions 12 years ago
Daniil Osokin e435674a90 added perf test for gabor filter 12 years ago
Andrey Kamaev 13bfcd643e Fix sanity checks in improc perf tests 12 years ago
Vadim Pisarevsky 06a13d9ba0 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 12 years ago
Ilya Lavrenov 45593030ab fixed TestRemap_Remap 12 years ago
Ilya Lavrenov b8c185de9f changed map indexes in test_remap 12 years ago
Anatoly Baksheev e60a50c43c removed /EHa flag for cuda compilation 12 years ago
Anatoly Baksheev 290030d030 possibility to enable /mp compiler flag from cmake 12 years ago
Ilya Lavrenov 92795ba476 parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm 12 years ago
Andrey Kamaev 1a621c2916 Fix build warnings 12 years ago
Daniil Osokin f1d41d8b94 disabled whole perf test for distance transform 12 years ago
Daniil Osokin f4d4b0d742 disabled perf test on distance transform 12 years ago
Daniil Osokin 0609f4e9b4 Added blur16x16 perf test 12 years ago
Daniil Osokin b97b48ecb6 Added perf tests for histogram 12 years ago
Daniil Osokin 0b54739822 Added perf test for distanceTransform 12 years ago
Daniil Osokin 7a2eb514fa Added color YUV422 perf test 12 years ago
Daniil Osokin e37b9469da Added perf tests 12 years ago
Daniil Osokin 4fdff6347f Added blur16x16 perf test 12 years ago
Daniil Osokin 136dff5fe4 Added perf tests for histogram 12 years ago
Daniil Osokin 9a408c744d Added perf test for distanceTransform 12 years ago
Daniil Osokin bbc8605530 Added color YUV422 perf test 12 years ago
Daniil Osokin 8f6a2438a7 Added perf test for remap 12 years ago
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 13 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Andrey Kamaev 0e9e0a01db Added new perf tests for boxFilter 13 years ago
Andrey Kamaev a33d67f48a Updated sanity checks for some imgproc perf tests 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Andrey Kamaev d46659f6cc Set sanity thresholds for several performance tests 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 41eb91f5f1 Updated performance tests sanity data; fixed some tests 13 years ago
Andrey Kamaev 470f6fafeb Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests. 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Andrey Kamaev e426dfc396 Fixed #1613: removed YUV420i color conversion constants 13 years ago
Victoria Zhislina 0630e7010e CV_USE_UNROLLED for imgproc 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Andrey Pavlenko d0981a628a Tegra optimization for image filtering 13 years ago
Andrey Kamaev 347a7106ab Added exhaustive perf test for cvtColor instead of several small tests 13 years ago
Ivan Korolev 754891ec96 Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge. 13 years ago
Ivan Korolev 513f4128ec account test 13 years ago
Kirill Kornyakov 49f29aeb6a Created perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack, adaptiveThreshold, HoughLines. 13 years ago
Andrey Kamaev 61cb83b481 Fixed small bug in summary.py 13 years ago
Andrey Pavlenko 8e48dd5cbd fixing compilation on Android 13 years ago
Andrey Pavlenko 3d54ce55f2 fixing compilation on Windows (std::tr1::tie() is undefined), removing warnings (conversion int to float/double) 13 years ago