94 Commits (ae47b8f06c9d9a7fe607b4c7ba34d15d52582c5c)

Author SHA1 Message Date
Vladislav Vinogradov 5810a73d30 CPU implementation of CLAHE 12 years ago
Daniil Osokin d8f538d67b Added tests for RGB to YUV420p color conversion 12 years ago
Anna Kogan f6e0d327b0 Increased time limits 12 years ago
Anna Kogan a567c03fdf Switched to TEST_CYCLE_MULTIRUN for fast tests 12 years ago
Sergei Nosov c0e3d48ebc stricter eps for normed methods 12 years ago
Sergei Nosov 15d0484485 matchTemplate perf tests added 12 years ago
Anna Kogan ed4c687d45 Increased time limits, eliminated extra params 12 years ago
Andrey Pavlenko 81721d0dce enabling sanity checks for warp and resize functions on Android 12 years ago
Kirill Kornyakov 5023afffc7 Removed hack from perf test on HoughLines, since I hope it is fixed by pr263 12 years ago
Daniil-Osokin cd501d947c perf tests for calcHist 2-3D case 12 years ago
Andrey Kamaev 932204d197 Added thresholds to some sanity checks 12 years ago
Kirill Kornyakov cdbbfc98e1 Ugly hack to make HoughLines sanity check pass on Wun32 12 years ago
Alexander Smorkalov f6ff2b87fa Some perf tests on warping and resize disabled on Android 12 years ago
Anna Kogan 8877066846 increased time-limits 12 years ago
Andrey Pavlenko c36dcbcada Increase accuracy interval for image filters on Android and other platforms when sensible 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Andrey Kamaev e3be5f138a Fixed sanity checks in several performance tests 12 years ago
Andrey Kamaev fcad269e53 Specify sanity threshold for WarpPerspective perf test 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
Andrey Kamaev 673aa91bac Fix remaining windows build warnings 12 years ago
Andrey Pavlenko a94e80bea3 fixing typos in perf tests for warp funcs 12 years ago
Andrey Kamaev afc79e2a02 Fix warnings from MSVC 9 64-bit 12 years ago
Daniil Osokin e9ba5c225d extended perf test warpPerspectiveLarge 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
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_ 12 years ago