Roman Donchenko
|
7e1ded0ebd
|
Merge pull request #1664 from SpecLad:merge-2.4
|
2013-10-24 17:27:30 +04:00 |
|
Roman Donchenko
|
dfe07df87b
|
Added stupid hacks to make the video tests pass with FFmpeg 2.0.2.
Need to go back at some point and fix this for real.
|
2013-10-24 14:09:08 +04:00 |
|
Roman Donchenko
|
424a7b0ab0
|
Changed MPEG-2 resolution in the FFmpeg test.
Newer FFmpeg prohibits 4096x4096 MPEG-2, presumably because it violates
the standard.
http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=commit;h=7fb87bc5f24b1be13269109506c05e4c54695b5e
|
2013-10-23 17:42:00 +04:00 |
|
Roman Donchenko
|
3f3ae33327
|
Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp.
This should actually remove the need for the workaround from
the previous commit.
|
2013-10-23 14:56:37 +04:00 |
|
Roman Donchenko
|
eb86d37b26
|
Removed some dubious FFmpeg hack that no longer works.
|
2013-10-23 14:56:37 +04:00 |
|
Roman Donchenko
|
779acfa715
|
Suppressed -Wundef in bioinspired, because of OpenCL headers.
|
2013-10-22 15:16:22 +04:00 |
|
Roman Donchenko
|
4036f6a3d0
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
apps/CMakeLists.txt
modules/contrib/CMakeLists.txt
modules/core/include/opencv2/core/version.hpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/java/generator/gen_java.py
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/cl_runtime/cl_runtime.cpp
modules/ocl/src/columnsum.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/test/main.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_imgproc.cpp
samples/gpu/CMakeLists.txt
|
2013-10-22 14:28:00 +04:00 |
|
Roman Donchenko
|
6640846e95
|
Merge pull request #1653 from jlblancoc:master
|
2013-10-22 13:53:12 +04:00 |
|
Roman Donchenko
|
1e556e08dc
|
Merge pull request #1661 from look4pritam:my-branch
|
2013-10-22 13:45:25 +04:00 |
|
look4pritam
|
8c121d372a
|
Small OpenCV-CUDA bugs are fixed.
|
2013-10-22 12:08:43 +05:30 |
|
Jose-Luis Blanco-Claraco
|
80e667b647
|
Minimized the number of arguments required to workaround the MSVC2013 compiler bug.
|
2013-10-21 21:43:26 +02:00 |
|
Jose-Luis Blanco-Claraco
|
77023e2366
|
Added comment to features2d_init.cpp explaining the reason for the extra parameters.
|
2013-10-21 21:17:15 +02:00 |
|
Jose-Luis Blanco-Claraco
|
c33ca77838
|
Undo changing whitespace.
|
2013-10-21 15:59:26 +02:00 |
|
Jose-Luis Blanco-Claraco
|
bec35eeddb
|
Avoid duplicated variable declarations.
|
2013-10-21 15:57:11 +02:00 |
|
Roman Donchenko
|
29f37fc130
|
Merge pull request #1575 from jet47:gpu-buffer-pool
|
2013-10-21 16:35:14 +04:00 |
|
Roman Donchenko
|
21233656bd
|
Merge pull request #1540 from jet47:gpuarithm-cudev
|
2013-10-21 16:34:45 +04:00 |
|
Roman Donchenko
|
e290436a4c
|
Merge pull request #1492 from jet47:gpucodec-cudev
|
2013-10-21 16:30:15 +04:00 |
|
Roman Donchenko
|
f25b77ff1e
|
Merge pull request #1534 from jet47:fix-cuda-5.0-build
|
2013-10-21 16:29:37 +04:00 |
|
Andrey Pavlenko
|
aec7d9c1db
|
Merge pull request #1647 from ilya-lavrenov:ocl_tests_demonstrative
|
2013-10-21 16:06:36 +04:00 |
|
Andrey Pavlenko
|
0ad04d66e3
|
Merge pull request #1645 from ilya-lavrenov:ocl_morph_test_fix
|
2013-10-21 16:00:13 +04:00 |
|
Andrey Pavlenko
|
e82fd12a67
|
Merge pull request #1644 from ilya-lavrenov:ocl_matrix_operations
|
2013-10-21 15:59:19 +04:00 |
|
Andrey Pavlenko
|
bd1a1cc031
|
Merge pull request #1633 from ilya-lavrenov:ocl_imgproc
|
2013-10-21 15:59:00 +04:00 |
|
Ilya Lavrenov
|
9d923b50ac
|
fixed ocl::Laplacian for case when scale != 1
|
2013-10-21 14:27:34 +04:00 |
|
Ilya Lavrenov
|
6085c416a7
|
missed initialization of kernel size
|
2013-10-21 14:27:14 +04:00 |
|
Roman Donchenko
|
599d51ec14
|
Merge pull request #1651 from ilya-lavrenov:misprint
|
2013-10-21 14:00:23 +04:00 |
|
Jose-Luis Blanco-Claraco
|
52a904e17b
|
Fixed MSVC 2013 build errors and workaround for an internal compiler crash.
|
2013-10-20 17:28:45 +02:00 |
|
Ilya Lavrenov
|
4f68f35a78
|
added reflect, reflect101, replicate, wrap border types to ocl::remap
|
2013-10-19 23:38:50 +04:00 |
|
Ilya Lavrenov
|
bebc1c9330
|
misprint
|
2013-10-19 22:59:47 +04:00 |
|
Ilya Lavrenov
|
e9cef2990e
|
made more demonstrative message about test fails
|
2013-10-19 01:17:46 +04:00 |
|
Andrey Pavlenko
|
d50f0d2ed2
|
Merge pull request #1587 from alalek:opencl_khronos_headers
|
2013-10-18 18:41:13 +04:00 |
|
Roman Donchenko
|
83b36dcbcf
|
Merge pull request #1459 from asmorkalov:ocv_qt_segflt_fix
|
2013-10-18 18:39:08 +04:00 |
|
Roman Donchenko
|
d700cc60be
|
Merge pull request #1641 from jet47:imshow-opengl-fix
|
2013-10-18 18:23:00 +04:00 |
|
Ilya Lavrenov
|
022b5d6c74
|
refactored ocl matrix operations accuracy tests
|
2013-10-18 17:36:38 +04:00 |
|
Ilya Lavrenov
|
b3e1a4598c
|
enabled double in copyMakeBorder kernel
|
2013-10-18 16:46:51 +04:00 |
|
Ilya Lavrenov
|
2681cef5d7
|
rewrote ocl::remap
|
2013-10-18 16:41:09 +04:00 |
|
Ilya Lavrenov
|
3fe74ad124
|
fixed ocl::copyMakeBorder
|
2013-10-18 16:39:47 +04:00 |
|
Ilya Lavrenov
|
36342eb425
|
added ROI support to ocl::convolve
|
2013-10-18 16:36:11 +04:00 |
|
Ilya Lavrenov
|
110a92c126
|
added ROI support to ocl::columnSum
|
2013-10-18 16:33:48 +04:00 |
|
Ilya Lavrenov
|
60f9ba0c64
|
added ROI support to ocl::CLAHE
|
2013-10-18 16:31:52 +04:00 |
|
Ilya Lavrenov
|
4a81be7d0b
|
refactored all the tests in ocl/test/test_imgproc.cpp
|
2013-10-18 16:29:10 +04:00 |
|
Alexander Alekhin
|
fd4e705b14
|
ocl: update autogenerated code
|
2013-10-18 15:47:11 +04:00 |
|
Alexander Alekhin
|
6344da9ac3
|
ocl: force to use Khronos OpenCL headers
|
2013-10-18 15:47:11 +04:00 |
|
Andrey Pavlenko
|
4cbf0cb31e
|
Merge pull request #1640 from alalek:ocl_fix_exp_test
|
2013-10-18 13:45:12 +04:00 |
|
Andrey Pavlenko
|
97dfd65007
|
Merge pull request #1626 from ilya-lavrenov:ocl_filters
|
2013-10-18 13:44:41 +04:00 |
|
Vladislav Vinogradov
|
fa70f95272
|
fix imshow under Windows with OpenGL support:
we doesn't create OpenGL windows by default
OpenGL window must be created by user via namedWindow
|
2013-10-17 20:58:33 +04:00 |
|
Alexander Alekhin
|
4bfeeb0738
|
ocl: perf: use RELATIVE_ERROR in SANITY_CHECK for exp/log/pow
|
2013-10-17 19:00:36 +04:00 |
|
Roman Donchenko
|
578e984739
|
OpenCV 2.4.6.2 (Tegra detection and native camera update)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iF4EABEIAAYFAlIxuvoACgkQdDiF7KIeJGrdaQEA0cMV6JhnsWSnZbRCd3RzyXD7
8mf7qrSjIV9ty1UL9AMA/0d4iUIm/iEiBIEP0DbsshX+trN5kXsH5woriScbZMGS
=WeoS
-----END PGP SIGNATURE-----
Merge tag '2.4.6.2' into 2.4
OpenCV 2.4.6.2 (Tegra detection and native camera update)
|
2013-10-17 17:19:04 +04:00 |
|
Roman Donchenko
|
fb7b4d2d60
|
Merge pull request #1636 from ilya-lavrenov:ocl_loop_times
|
2013-10-17 17:00:45 +04:00 |
|
Roman Donchenko
|
88cc054f10
|
Merge pull request #1369 from StevenPuttemans:fix_featuretracker
|
2013-10-17 15:42:38 +04:00 |
|
Ilya Lavrenov
|
07aee1a25c
|
made LOOP_TIMES as a command line option with default value=1
|
2013-10-17 12:40:16 +04:00 |
|