Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
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.
|
11 years ago |
Andrey Pavlenko
|
eb0d26b5be
|
fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r')
|
11 years ago |
Andrey Pavlenko
|
3a0e26b89d
|
adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so)
|
12 years ago |
Sergei Nosov
|
29955620e0
|
multiruns added to avoid the 'unreliable results' error
|
12 years ago |
Sergei Nosov
|
c90abb6a03
|
add multiruns to fix "unreliable results" error
|
12 years ago |
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
|
12 years ago |
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
- add syntetic images generation function to ts
- use generated syntetic images
|
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
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
|
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
fixed MCVC warnings
|
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 |