Samuel Wejéus
|
eddaaa9643
|
Removed incorrect release of obtained colorspace. This fixes bug #3318 (updated commit for 2.4 branch)
|
2013-10-24 10:36:01 +02:00 |
|
Andrey Pavlenko
|
2279c209c8
|
Merge pull request #1676 from ilya-lavrenov:ocl_resize_test
|
2013-10-24 11:23:55 +04:00 |
|
Andrey Pavlenko
|
931a2ae14f
|
Merge pull request #1673 from ilya-lavrenov:ocl_norm
|
2013-10-24 11:23:36 +04:00 |
|
Andrey Pavlenko
|
e7f39eb46e
|
Merge pull request #1672 from ilya-lavrenov:ocl_arithm
|
2013-10-24 11:23:19 +04:00 |
|
Andrey Pavlenko
|
4cf598a862
|
Merge pull request #1669 from ilya-lavrenov:ocl_copyMakeBorder
|
2013-10-24 11:23:01 +04:00 |
|
Peng Xiao
|
4b712eeded
|
Update imgproc_canny.cl
Reordering condition checking.
|
2013-10-24 12:07:54 +08:00 |
|
Alexander Alekhin
|
133d889e33
|
ocl: show diff
|
2013-10-24 03:44:56 +04:00 |
|
konstantin
|
9f0995fbe0
|
try to made compatible with mac
|
2013-10-23 23:56:22 +04:00 |
|
Ilya Lavrenov
|
5864895ec6
|
fixed ocl::copyMakeBorder
|
2013-10-23 23:52:05 +04:00 |
|
konstantin
|
ebb2c3e01f
|
try to fix build error
|
2013-10-23 23:18:21 +04:00 |
|
Ilya Lavrenov
|
7c1443cbdd
|
fixed an accuracy test for ocl::resize (in some cases dsize.area() was equal to 0)
|
2013-10-23 22:13:18 +04:00 |
|
konstantin
|
2f62940a0e
|
Added few opencl optimizations (as Intel platform codepath):
1. HaarDetetctor: repack nodes to reduce memory footprint
2. cornerMinEigVal: 4 ocl kernels are fused into 1 for sobel calculation
|
2013-10-23 20:38:11 +04:00 |
|
Alexander Alekhin
|
d571b28eaa
|
cmake: fix bug with installation into OPENCV_LIB_INSTALL_PATH directory
|
2013-10-23 20:28:22 +04:00 |
|
Ilya Lavrenov
|
29499ed51a
|
moved to relative errors in ocl::norm tests
|
2013-10-23 19:53:04 +04:00 |
|
Ilya Lavrenov
|
87fc3441f2
|
workaround for cv::multiply bug
|
2013-10-23 18:42:55 +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 |
|
Roman Donchenko
|
6dda2652cd
|
Merge pull request #1659 from ilya-lavrenov:ocl_examples
|
2013-10-23 14:50:56 +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 |
|
Roman Donchenko
|
bb461fab34
|
Merge pull request #1649 from asandwhich:2.4
|
2013-10-22 19:16:09 +04:00 |
|
Roman Donchenko
|
a549621aac
|
Merge pull request #1666 from SpecLad:cv-cap-openni
|
2013-10-22 19:02:48 +04:00 |
|
Roman Donchenko
|
f82eb0f79c
|
Add better OpenMP detection and make an option to enable it.
Bug report and inspiration: http://code.opencv.org/issues/3328
|
2013-10-22 18:47:37 +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
|
8ff267cbac
|
Fixed incorrectly unprefixed constant names in the OpenNI tutorial.
Bug report: http://code.opencv.org/issues/3329
|
2013-10-22 14:48:25 +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 |
|
Andrey Pavlenko
|
1e8b72f8c0
|
Merge pull request #1658 from alalek:ocl_fixes
|
2013-10-22 13:46:54 +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 |
|
Ilya Lavrenov
|
4d86e2140d
|
OpenCL examples refactoring
|
2013-10-21 23:50:54 +04:00 |
|
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 |
|
Alexander Alekhin
|
e7fd053478
|
ocl: fix FFT initialization
|
2013-10-21 19:48:36 +04:00 |
|
Alexander Alekhin
|
9acca12d2d
|
ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error
|
2013-10-21 19:16:33 +04: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 |
|
Greg Hale
|
387587f4f0
|
regex doesnt need to match full length of input, so only trying to match the leading -[lL]
|
2013-10-21 09:27:04 -04: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 |
|