Ilya Lavrenov
|
e9b54ab844
|
fixed cv::resize (area fast mode) - it writes outside of array boundary in SSE2 version
|
2013-11-06 13:53:44 +04:00 |
|
Andrey Pavlenko
|
616db74e49
|
Merge pull request #1663 from vpisarev:ocl_experiments3
|
2013-10-29 11:14:16 +04:00 |
|
Vadim Pisarevsky
|
485d36d3c0
|
changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete.
|
2013-10-25 16:46:03 +04:00 |
|
Roman Donchenko
|
31f0ab6c80
|
Merge pull request #1681 from LeszekSwirski:fix-ninjabuild
|
2013-10-25 13:30:52 +04:00 |
|
Vadim Pisarevsky
|
6416c33020
|
fixed some bugs in OpenCL branch of UMat implementation; maybe now the tests will finally pass?! (please ;( )
|
2013-10-25 11:19:40 +04:00 |
|
Vadim Pisarevsky
|
ace0d4bad0
|
hopefully, the last test failures are fixed now
|
2013-10-24 23:31:00 +04:00 |
|
Vadim Pisarevsky
|
5920bd4f2e
|
fixed whitespace errors
|
2013-10-24 23:18:05 +04:00 |
|
Vadim Pisarevsky
|
caa33b2242
|
added first very simple test for UMat<=>Mat conversion
|
2013-10-24 22:33:41 +04:00 |
|
Leszek Swirski
|
6e4fb8f275
|
Replace $(Configuration) with $<CONFIGURATION>
|
2013-10-24 18:20:16 +01:00 |
|
Vadim Pisarevsky
|
b1aa4a4913
|
yet another attempt to fix test failures
|
2013-10-24 18:00:15 +04:00 |
|
Vadim Pisarevsky
|
e14171fd33
|
fixed crash in Python bindings
|
2013-10-24 17:37:33 +04:00 |
|
Roman Donchenko
|
7e1ded0ebd
|
Merge pull request #1664 from SpecLad:merge-2.4
|
2013-10-24 17:27:30 +04:00 |
|
Vadim Pisarevsky
|
a9065b7d0c
|
trying to fix failures in tests
|
2013-10-24 17:23:48 +04:00 |
|
Vadim Pisarevsky
|
303df78cca
|
removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now
|
2013-10-24 16:08:15 +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
|
66beb44286
|
Applied a change from 555c505b to 3rdparty/tbb/CMakeLists.txt.
Odd that it wasn't merged automatically...
|
2013-10-23 14:56:37 +04:00 |
|
Vadim Pisarevsky
|
5a34272150
|
fixed build on Windows
|
2013-10-23 00:17:18 +04:00 |
|
Vadim Pisarevsky
|
de521fc9fa
|
fixed some more compile bugs (including Python bindings)
|
2013-10-22 23:34:16 +04:00 |
|
Vadim Pisarevsky
|
d3076c5014
|
hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors
|
2013-10-22 17:41:28 +04:00 |
|
Roman Donchenko
|
e384a7bb95
|
Merge pull request #1665 from SpecLad:cuda-min-ver
|
2013-10-22 16:44:09 +04:00 |
|
Roman Donchenko
|
779acfa715
|
Suppressed -Wundef in bioinspired, because of OpenCL headers.
|
2013-10-22 15:16:22 +04:00 |
|
Roman Donchenko
|
49c6533227
|
Move the minimal CUDA version into the minimal version list.
|
2013-10-22 14:32:13 +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 |
|
Vadim Pisarevsky
|
d8c8339bec
|
the first draft of transparent API and new UMat class. more files
|
2013-10-22 14:05:15 +04:00 |
|
Vadim Pisarevsky
|
278fb617d2
|
the first draft of transparent API and new UMat class.
|
2013-10-22 14:04:49 +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
|
27b02921f3
|
Added patch file for fixing VS2013 in 3rd party lib OpenEXR
|
2013-10-21 21:41:27 +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
|
a54d36bde8
|
Merge pull request #1646 from alalek:ocl_fix_msvc11
|
2013-10-21 16:53:24 +04: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 |
|
Roman Donchenko
|
bfd8acbbc3
|
Merge pull request #1556 from jet47:fix-bug-3296
|
2013-10-21 16:28:00 +04:00 |
|
Roman Donchenko
|
9bc347c848
|
Merge pull request #1650 from jet47:fix-gpu-bgsegm-sample
|
2013-10-21 16:18:02 +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 |
|