513 Commits (0d12f451bec899aedd6ae85d14c31135a8aeb9eb)

Author SHA1 Message Date
Anna Kogan f6e0d327b0 Increased time limits 12 years ago
Anna Kogan a567c03fdf Switched to TEST_CYCLE_MULTIRUN for fast tests 12 years ago
Amro 42a2cb0a38 add description of ddepth param of cv::boxFilter 12 years ago
Vadim Pisarevsky 43d61d961e fixed problem with Nx2 numpy arrays in geometrical functions (#2783) 12 years ago
Andrey Kamaev afe85e7e51 Fix some warnings from -O0 build 12 years ago
Sergei Nosov c0e3d48ebc stricter eps for normed methods 12 years ago
Sergei Nosov 15d0484485 matchTemplate perf tests added 12 years ago
Sergei Nosov c768731e89 enable Tegra optimizations 12 years ago
Andy Maloney 3154cdf8ac Fix subtle bug when src & dst agree on sparsity but have different dimensions 12 years ago
Andy Maloney bc68dfb4e8 Remove unused vars 12 years ago
Anna Kogan ed4c687d45 Increased time limits, eliminated extra params 12 years ago
Ivan Korolev 9908ff33de Added regression test for HoughLines algorithm 12 years ago
Daniil Osokin 4c9c27b244 Fixed formula of YCrCb to RGB conversion (bug #2725) 12 years ago
Andrey Pavlenko 81721d0dce enabling sanity checks for warp and resize functions on Android 12 years ago
Andrey Kamaev 6131a847a2 Fix histogram calculation in equalizeHist 12 years ago
Vadim Pisarevsky e383d39598 fixed bug #2679 12 years ago
Kirill Kornyakov 5023afffc7 Removed hack from perf test on HoughLines, since I hope it is fixed by pr263 12 years ago
Andrey Kamaev 16687a2655 Explicitly use double precision sin & cos in hough implementation 12 years ago
Daniil Osokin 98d7d99244 Add threaded version of equalizeHist 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
Andrey Kamaev 0bbba847a4 Fix equalization formula in equalizeHist function & rewrite in C++ 12 years ago
Vsevolod Glumov 3f417f1ec3 Fixes for issues #2570, #2492, #2559, #2489, #2592. 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
Vadim Pisarevsky fbe0d6963c disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW 12 years ago
Andrey Kamaev 40030d2ca0 Fix windows build warnings 12 years ago
Andrey Kamaev e1c3ffb23f Fix weight calculation for the last pixel in generic area resize. 12 years ago
Vadim Pisarevsky 80f9bd864f fixed bug #2429 12 years ago
Vadim Pisarevsky c40718ab61 fixed bug #2059 12 years ago
Andrey Kamaev 461b69f6ee Eliminate discrepancies between signatures in documentation and OpenCV headers 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev ed51162568 Fix binary compatibility of Java wrappers 12 years ago
Andrey Kamaev 64b56d7018 Revert "remaining C-style planar subdivisions data structures are moved to legacy" 12 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 12 years ago
Vadim Pisarevsky 78a0b9787c fixed build errors on Mac; moved test for #2332 from imgproc to highgui 12 years ago
Ilya Lavrenov 2cda65a782 fixed cvtColor (RGB <-> Lab) tests and created another one 12 years ago
Ilya Lavrenov 5f9aedbe01 fixed bug in cvtColor RGB(BGR) <-> Lab conversion 12 years ago