Ilya Lavrenov
|
89e3c508d8
|
fixed tests for aarch64
|
2015-04-24 13:56:20 +03:00 |
|
Alexander Karsakov
|
023a42ba55
|
Fixed getConversionInfo() for YUV2RGBA_* conversions
|
2014-08-18 13:01:19 +04:00 |
|
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
Andrey Pavlenko
|
eb0d26b5be
|
fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r')
|
2013-07-30 16:42:45 +04:00 |
|
Andrey Pavlenko
|
3a0e26b89d
|
adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so)
|
2013-07-26 17:27:31 +04:00 |
|
Sergei Nosov
|
29955620e0
|
multiruns added to avoid the 'unreliable results' error
|
2013-06-26 15:07:39 +04:00 |
|
Sergei Nosov
|
c90abb6a03
|
add multiruns to fix "unreliable results" error
|
2013-06-13 21:14:42 +04:00 |
|
Andrey Kamaev
|
96b008cd29
|
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
|
2013-04-15 19:39:49 +04:00 |
|
Vladislav Vinogradov
|
5810a73d30
|
CPU implementation of CLAHE
|
2013-03-25 17:44:31 +04:00 |
|
Andrey Kamaev
|
bbac4bc4cf
|
Merge pull request #491 from Daniil-Osokin:cvtRGB2YUV420p
|
2013-03-05 15:26:16 +04:00 |
|
Daniil Osokin
|
d8f538d67b
|
Added tests for RGB to YUV420p color conversion
|
2013-02-25 17:01:07 +04:00 |
|
Anna Kogan
|
f6e0d327b0
|
Increased time limits
|
2013-02-20 17:34:00 +04:00 |
|
Anna Kogan
|
a567c03fdf
|
Switched to TEST_CYCLE_MULTIRUN for fast tests
|
2013-02-20 17:05:54 +04:00 |
|
Sergei Nosov
|
c0e3d48ebc
|
stricter eps for normed methods
|
2013-02-04 16:02:01 +04:00 |
|
Sergei Nosov
|
15d0484485
|
matchTemplate perf tests added
|
2013-02-04 12:57:22 +04:00 |
|
Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
2013-01-31 16:18:52 +04:00 |
|
Andrey Pavlenko
|
81721d0dce
|
enabling sanity checks for warp and resize functions on Android
- add syntetic images generation function to ts
- use generated syntetic images
|
2013-01-23 17:25:30 +04:00 |
|
Kirill Kornyakov
|
5023afffc7
|
Removed hack from perf test on HoughLines, since I hope it is fixed by pr263
|
2012-12-26 10:33:02 +04:00 |
|
Daniil-Osokin
|
cd501d947c
|
perf tests for calcHist 2-3D case
|
2012-12-17 12:35:32 +04:00 |
|
Andrey Kamaev
|
817a4c0c30
|
Merge branch 2.4 into perf_verify_sanity
|
2012-12-12 20:14:25 +04:00 |
|
Andrey Kamaev
|
932204d197
|
Added thresholds to some sanity checks
|
2012-12-12 20:14:20 +04:00 |
|
Kirill Kornyakov
|
cdbbfc98e1
|
Ugly hack to make HoughLines sanity check pass on Wun32
|
2012-12-10 18:16:15 +04:00 |
|
Alexander Smorkalov
|
f6ff2b87fa
|
Some perf tests on warping and resize disabled on Android
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
|
2012-11-29 18:21:22 +04:00 |
|
Anna Kogan
|
8877066846
|
increased time-limits
|
2012-11-28 18:17:33 +04:00 |
|
Andrey Pavlenko
|
c36dcbcada
|
Increase accuracy interval for image filters on Android and other platforms when sensible
|
2012-11-26 22:29:05 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
Andrey Kamaev
|
63ee26adda
|
Merge pull request #127 from cuda-geek/apple2clang
|
2012-11-02 14:29:39 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
e3be5f138a
|
Fixed sanity checks in several performance tests
|
2012-11-01 16:29:30 +04:00 |
|
Andrey Kamaev
|
b5ecb1d32d
|
Merge pull request #111 from taka-no-me/algorithm/addParam-short
|
2012-10-31 16:57:06 +04:00 |
|
Andrey Kamaev
|
fcad269e53
|
Specify sanity threshold for WarpPerspective perf test
|
2012-10-26 17:00:31 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Andrey Kamaev
|
673aa91bac
|
Fix remaining windows build warnings
|
2012-10-24 20:27:20 +04:00 |
|
Andrey Pavlenko
|
a94e80bea3
|
fixing typos in perf tests for warp funcs
|
2012-10-24 11:21:58 +04:00 |
|
Andrey Kamaev
|
afc79e2a02
|
Fix warnings from MSVC 9 64-bit
|
2012-10-23 18:20:07 +04:00 |
|
Daniil Osokin
|
e9ba5c225d
|
extended perf test warpPerspectiveLarge
|
2012-10-23 16:06:03 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Kirill Kornyakov
|
e770691522
|
deleted wrong line
|
2012-10-12 17:31:26 +04:00 |
|
Kirill Kornyakov
|
de98da42f7
|
commented wrong line
|
2012-10-12 17:30:23 +04:00 |
|
Kirill Kornyakov
|
84176fa027
|
Added perf test for warpPerpsective with large resolutions
|
2012-10-12 17:14:23 +04:00 |
|
Daniil Osokin
|
e435674a90
|
added perf test for gabor filter
|
2012-10-11 14:52:35 +04:00 |
|
Andrey Kamaev
|
13bfcd643e
|
Fix sanity checks in improc perf tests
|
2012-10-08 21:37:58 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Ilya Lavrenov
|
45593030ab
|
fixed TestRemap_Remap
|
2012-10-01 17:29:56 +04:00 |
|
Ilya Lavrenov
|
b8c185de9f
|
changed map indexes in test_remap
|
2012-09-24 20:36:25 +04:00 |
|
Anatoly Baksheev
|
e60a50c43c
|
removed /EHa flag for cuda compilation
|
2012-08-23 16:53:53 +04:00 |
|
Anatoly Baksheev
|
290030d030
|
possibility to enable /mp compiler flag from cmake
fixed MCVC warnings
|
2012-08-23 16:53:53 +04:00 |
|
Ilya Lavrenov
|
92795ba476
|
parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm
|
2012-08-22 11:49:21 +04:00 |
|