Vadim Pisarevsky
278fb617d2
the first draft of transparent API and new UMat class.
11 years ago
Roman Donchenko
6640846e95
Merge pull request #1653 from jlblancoc:master
11 years ago
Andrey Pavlenko
1e8b72f8c0
Merge pull request #1658 from alalek:ocl_fixes
11 years ago
Roman Donchenko
1e556e08dc
Merge pull request #1661 from look4pritam:my-branch
11 years ago
look4pritam
8c121d372a
Small OpenCV-CUDA bugs are fixed.
11 years ago
Ilya Lavrenov
4d86e2140d
OpenCL examples refactoring
11 years ago
Jose-Luis Blanco-Claraco
80e667b647
Minimized the number of arguments required to workaround the MSVC2013 compiler bug.
11 years ago
Jose-Luis Blanco-Claraco
27b02921f3
Added patch file for fixing VS2013 in 3rd party lib OpenEXR
11 years ago
Jose-Luis Blanco-Claraco
77023e2366
Added comment to features2d_init.cpp explaining the reason for the extra parameters.
11 years ago
Alexander Alekhin
e7fd053478
ocl: fix FFT initialization
11 years ago
Alexander Alekhin
9acca12d2d
ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error
11 years ago
Jose-Luis Blanco-Claraco
c33ca77838
Undo changing whitespace.
11 years ago
Jose-Luis Blanco-Claraco
bec35eeddb
Avoid duplicated variable declarations.
11 years ago
Greg Hale
387587f4f0
regex doesnt need to match full length of input, so only trying to match the leading -[lL]
11 years ago
Roman Donchenko
a54d36bde8
Merge pull request #1646 from alalek:ocl_fix_msvc11
11 years ago
Roman Donchenko
29f37fc130
Merge pull request #1575 from jet47:gpu-buffer-pool
11 years ago
Roman Donchenko
21233656bd
Merge pull request #1540 from jet47:gpuarithm-cudev
11 years ago
Roman Donchenko
e290436a4c
Merge pull request #1492 from jet47:gpucodec-cudev
11 years ago
Roman Donchenko
f25b77ff1e
Merge pull request #1534 from jet47:fix-cuda-5.0-build
11 years ago
Roman Donchenko
bfd8acbbc3
Merge pull request #1556 from jet47:fix-bug-3296
11 years ago
Roman Donchenko
9bc347c848
Merge pull request #1650 from jet47:fix-gpu-bgsegm-sample
11 years ago
Andrey Pavlenko
aec7d9c1db
Merge pull request #1647 from ilya-lavrenov:ocl_tests_demonstrative
11 years ago
Andrey Pavlenko
0ad04d66e3
Merge pull request #1645 from ilya-lavrenov:ocl_morph_test_fix
11 years ago
Andrey Pavlenko
e82fd12a67
Merge pull request #1644 from ilya-lavrenov:ocl_matrix_operations
11 years ago
Andrey Pavlenko
bd1a1cc031
Merge pull request #1633 from ilya-lavrenov:ocl_imgproc
11 years ago
Ilya Lavrenov
9d923b50ac
fixed ocl::Laplacian for case when scale != 1
11 years ago
Ilya Lavrenov
6085c416a7
missed initialization of kernel size
11 years ago
Roman Donchenko
599d51ec14
Merge pull request #1651 from ilya-lavrenov:misprint
11 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.
11 years ago
Jose-Luis Blanco-Claraco
52a904e17b
Fixed MSVC 2013 build errors and workaround for an internal compiler crash.
11 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.
11 years ago
Greg Hale
fe3dd762a4
fixed wrong regex
11 years ago
Ilya Lavrenov
4f68f35a78
added reflect, reflect101, replicate, wrap border types to ocl::remap
11 years ago
Ilya Lavrenov
bebc1c9330
misprint
11 years ago
Vladislav Vinogradov
5673e7e435
fix bug in gpu bgsegm sample
...
create `d_fgimg` matrix before cleaning.
11 years ago
Kevin
8f995fac88
Change intrinsic camera matrix initialization
...
In the function cvInitIntrinsicParams2D the principal point for
normalized image coordinates is set to 0/0. This updates the function
to initialize the principal point at 0.5/0.5.
11 years ago
Ilya Lavrenov
e9cef2990e
made more demonstrative message about test fails
11 years ago
Alexander Alekhin
cfc3b9abbb
ocl: workaround for msvc11 bug
...
"#error" requires DOS line endings (or fails with fatal error C1004: unexpected end-of-file found)
See: http://connect.microsoft.com/VisualStudio/feedback/details/794991/c-error-directive-and-unix-line-endings-leads-to-an-unexpected-end-of-file
So replace them to #pragma message.
11 years ago
Andrey Pavlenko
d50f0d2ed2
Merge pull request #1587 from alalek:opencl_khronos_headers
11 years ago
Roman Donchenko
83b36dcbcf
Merge pull request #1459 from asmorkalov:ocv_qt_segflt_fix
11 years ago
Roman Donchenko
d700cc60be
Merge pull request #1641 from jet47:imshow-opengl-fix
11 years ago
Roman Donchenko
df279150ae
Merge pull request #1642 from alalek:cmake_cleanup_targets
11 years ago
Ilya Lavrenov
022b5d6c74
refactored ocl matrix operations accuracy tests
11 years ago
Ilya Lavrenov
b3e1a4598c
enabled double in copyMakeBorder kernel
11 years ago
Ilya Lavrenov
2681cef5d7
rewrote ocl::remap
11 years ago
Ilya Lavrenov
3fe74ad124
fixed ocl::copyMakeBorder
11 years ago
Ilya Lavrenov
36342eb425
added ROI support to ocl::convolve
11 years ago
Ilya Lavrenov
110a92c126
added ROI support to ocl::columnSum
11 years ago
Ilya Lavrenov
60f9ba0c64
added ROI support to ocl::CLAHE
11 years ago
Ilya Lavrenov
4a81be7d0b
refactored all the tests in ocl/test/test_imgproc.cpp
11 years ago