Andrey Kamaev
|
f77a375354
|
Merge branch '2.4'
|
2013-03-29 19:38:35 +04:00 |
|
Vladislav Vinogradov
|
5810a73d30
|
CPU implementation of CLAHE
|
2013-03-25 17:44:31 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Andrey Kamaev
|
9b7dfd677d
|
Merge branch '2.4'
|
2013-03-11 18:50:19 +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 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
Andrey Kamaev
|
0b8a6da817
|
Merge branch '2.4'
|
2013-02-22 17:33:30 +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 |
|
Andrey Kamaev
|
4cc3dfe27c
|
Merge pull request #482 from vpisarev:c2cpp_imgproc_part2
|
2013-02-14 20:13:45 +04:00 |
|
Vadim Pisarevsky
|
78402bf596
|
made several minor fixes as pointed out by Andrey
|
2013-02-14 15:36:20 +04:00 |
|
Vadim Pisarevsky
|
16d825adbc
|
fixed compile warnings and opencv_perf_imgproc failures
|
2013-02-13 01:23:57 +04:00 |
|
Vadim Pisarevsky
|
944588e732
|
converted houghlines to C++
|
2013-02-12 23:16:06 +04:00 |
|
Andrey Kamaev
|
b44b920997
|
Merge branch '2.4'
|
2013-02-12 16:30:18 +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 |
|
Andrey Kamaev
|
61079547f0
|
Merge branch '2.4'
|
2013-02-01 14:59:40 +04:00 |
|
Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
2013-01-31 16:18:52 +04:00 |
|
Andrey Kamaev
|
f4e27bcbbc
|
Merge branch '2.4'
|
2013-01-25 16:30:36 +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 |
|
Andrey Kamaev
|
084b1c7969
|
Merge branch 2.4
|
2013-01-11 15:45:23 +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 |
|
Andrey Kamaev
|
962884cdec
|
Merge branch 2.4
|
2012-12-21 17:58:48 +04:00 |
|
Ilya Lavrenov
|
743dce6a4b
|
Merge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2
|
2012-12-17 15:27:32 +04:00 |
|
Daniil-Osokin
|
cd501d947c
|
perf tests for calcHist 2-3D case
|
2012-12-17 12:35:32 +04:00 |
|
Andrey Kamaev
|
f5cd20d80b
|
Merge branch 2.4
|
2012-12-14 14:46:41 +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 |
|
Vadim Pisarevsky
|
eaeae4a1ba
|
Merge pull request #184 from ilya-lavrenov:Demosaicing
|
2012-12-12 13:54:58 +04:00 |
|
Ilya Lavrenov
|
d1ca934115
|
sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4)
|
2012-12-11 15:14:50 +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 |
|
Ilya Lavrenov
|
4116cbe2c0
|
Merge remote-tracking branch 'upstream/master' into Demosaicing
|
2012-11-27 12:46:49 +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 |
|
Ilya Lavrenov
|
5225672dc0
|
added edge-aware demosaicing and bayer to bgra conversion
|
2012-11-26 16:17:43 +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 |
|