Ilya Lavrenov
29499ed51a
moved to relative errors in ocl::norm tests
12 years ago
Ilya Lavrenov
87fc3441f2
workaround for cv::multiply bug
12 years ago
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
12 years ago
Roman Donchenko
3f3ae33327
Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp.
...
This should actually remove the need for the workaround from
the previous commit.
12 years ago
Roman Donchenko
eb86d37b26
Removed some dubious FFmpeg hack that no longer works.
12 years ago
Roman Donchenko
66beb44286
Applied a change from 555c505b
to 3rdparty/tbb/CMakeLists.txt.
...
Odd that it wasn't merged automatically...
12 years ago
Roman Donchenko
6dda2652cd
Merge pull request #1659 from ilya-lavrenov:ocl_examples
12 years ago
Vadim Pisarevsky
5a34272150
fixed build on Windows
12 years ago
Vadim Pisarevsky
de521fc9fa
fixed some more compile bugs (including Python bindings)
12 years ago
Roman Donchenko
bb461fab34
Merge pull request #1649 from asandwhich:2.4
12 years ago
Roman Donchenko
a549621aac
Merge pull request #1666 from SpecLad:cv-cap-openni
12 years ago
Roman Donchenko
f82eb0f79c
Add better OpenMP detection and make an option to enable it.
...
Bug report and inspiration: http://code.opencv.org/issues/3328
12 years ago
Vadim Pisarevsky
d3076c5014
hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors
12 years ago
Roman Donchenko
e384a7bb95
Merge pull request #1665 from SpecLad:cuda-min-ver
12 years ago
Roman Donchenko
779acfa715
Suppressed -Wundef in bioinspired, because of OpenCL headers.
12 years ago
Roman Donchenko
8ff267cbac
Fixed incorrectly unprefixed constant names in the OpenNI tutorial.
...
Bug report: http://code.opencv.org/issues/3329
12 years ago
Roman Donchenko
49c6533227
Move the minimal CUDA version into the minimal version list.
12 years ago
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
12 years ago
Vadim Pisarevsky
d8c8339bec
the first draft of transparent API and new UMat class. more files
12 years ago
Vadim Pisarevsky
278fb617d2
the first draft of transparent API and new UMat class.
12 years ago
Roman Donchenko
6640846e95
Merge pull request #1653 from jlblancoc:master
12 years ago
Andrey Pavlenko
1e8b72f8c0
Merge pull request #1658 from alalek:ocl_fixes
12 years ago
Roman Donchenko
1e556e08dc
Merge pull request #1661 from look4pritam:my-branch
12 years ago
look4pritam
8c121d372a
Small OpenCV-CUDA bugs are fixed.
12 years ago
Ilya Lavrenov
4d86e2140d
OpenCL examples refactoring
12 years ago
Jose-Luis Blanco-Claraco
80e667b647
Minimized the number of arguments required to workaround the MSVC2013 compiler bug.
12 years ago
Jose-Luis Blanco-Claraco
27b02921f3
Added patch file for fixing VS2013 in 3rd party lib OpenEXR
12 years ago
Jose-Luis Blanco-Claraco
77023e2366
Added comment to features2d_init.cpp explaining the reason for the extra parameters.
12 years ago
Alexander Alekhin
e7fd053478
ocl: fix FFT initialization
12 years ago
Alexander Alekhin
9acca12d2d
ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error
12 years ago
Jose-Luis Blanco-Claraco
c33ca77838
Undo changing whitespace.
12 years ago
Jose-Luis Blanco-Claraco
bec35eeddb
Avoid duplicated variable declarations.
12 years ago
Greg Hale
387587f4f0
regex doesnt need to match full length of input, so only trying to match the leading -[lL]
12 years ago
Roman Donchenko
a54d36bde8
Merge pull request #1646 from alalek:ocl_fix_msvc11
12 years ago
Roman Donchenko
29f37fc130
Merge pull request #1575 from jet47:gpu-buffer-pool
12 years ago
Roman Donchenko
21233656bd
Merge pull request #1540 from jet47:gpuarithm-cudev
12 years ago
Roman Donchenko
e290436a4c
Merge pull request #1492 from jet47:gpucodec-cudev
12 years ago
Roman Donchenko
f25b77ff1e
Merge pull request #1534 from jet47:fix-cuda-5.0-build
12 years ago
Roman Donchenko
bfd8acbbc3
Merge pull request #1556 from jet47:fix-bug-3296
12 years ago
Roman Donchenko
9bc347c848
Merge pull request #1650 from jet47:fix-gpu-bgsegm-sample
12 years ago
Andrey Pavlenko
aec7d9c1db
Merge pull request #1647 from ilya-lavrenov:ocl_tests_demonstrative
12 years ago
Andrey Pavlenko
0ad04d66e3
Merge pull request #1645 from ilya-lavrenov:ocl_morph_test_fix
12 years ago
Andrey Pavlenko
e82fd12a67
Merge pull request #1644 from ilya-lavrenov:ocl_matrix_operations
12 years ago
Andrey Pavlenko
bd1a1cc031
Merge pull request #1633 from ilya-lavrenov:ocl_imgproc
12 years ago
Ilya Lavrenov
9d923b50ac
fixed ocl::Laplacian for case when scale != 1
12 years ago
Ilya Lavrenov
6085c416a7
missed initialization of kernel size
12 years ago
Roman Donchenko
599d51ec14
Merge pull request #1651 from ilya-lavrenov:misprint
12 years ago
peng xiao
7285341083
1. Let btvRegWeights to be constant per `process` call.
...
2. Let Farneback to be the default optical flow method.
3. Fix a timing method bug for ocl path.
4. Remove useless finish operation in farneback
5. Refactor buffer usage.
12 years ago
Jose-Luis Blanco-Claraco
52a904e17b
Fixed MSVC 2013 build errors and workaround for an internal compiler crash.
12 years ago
Nghia Ho
2238e711b5
Copied errorCovPre to errorCovPost. This allows the correct behaviour of the uncertainty to grow when there is missing data for each predict step.
12 years ago