Jin Ma
97e620b8f3
Fix oclMat constructor when roi is provided.
12 years ago
yao
f2333e90f6
optimize stereoBP kernel
12 years ago
Alexander Mordvintsev
8045093cfb
GFTT wrapped to python
12 years ago
Vladislav Vinogradov
b4d95b1406
fixed warnings in gpu modules from VS 2012
12 years ago
Vladislav Vinogradov
31d55af9c1
CUDA Device Layer:
...
header only library for CUDA programming
12 years ago
Roman Donchenko
4cf9990d4e
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Conflicts:
doc/tutorials/definitions/noContent.rst
doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.rst
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
doc/tutorials/introduction/how_to_write_a_tutorial/how_to_write_a_tutorial.rst
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/version.hpp
modules/gpu/CMakeLists.txt
modules/highgui/perf/perf_output.cpp
modules/highgui/test/test_video_io.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/main.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/opencl/moments.cl
modules/ocl/test/main.cpp
modules/ocl/test/test_moments.cpp
modules/python/test/test.py
modules/ts/include/opencv2/ts/ts_perf.hpp
modules/ts/src/precomp.hpp
modules/ts/src/ts_perf.cpp
12 years ago
Frédéric Devernay
b524e275c1
allow QtKit capture in secondary threads
...
[NSRunLoop currentRunLoop] is not the same as in the main thread.
see
https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F
oundation/Classes/nsrunloop_Class/Reference/Reference.html
"If no input sources or timers are attached to the run loop, this
method exits immediately"
The old code caused grabFrame() to return immediately if the capture
was not done in the main thread.
This code works correctly, even in secondary threads, provided that all
capture functions are called in the *same* thread
12 years ago
Andrey Pavlenko
70deda354a
Merge pull request #1047 from jet47:gpustream-remove-obsolete
12 years ago
Andrey Pavlenko
89086bdb8d
Merge pull request #1046 from SpecLad:merge-2.4
12 years ago
Alexander Smorkalov
91b713b8c9
JavaCameraView delivers same frame twice (Bug #3123 ) fixed.
12 years ago
Roman Donchenko
6bf8f474fa
Merge pull request #1051 from pengx17:2.4_fback_ocl
12 years ago
Roman Donchenko
c8cd2cf601
Merge pull request #1061 from bitwangyaoyao:2.4_fix2
12 years ago
Roman Donchenko
087bab6ceb
Merge pull request #1060 from pengx17:2.4_setbinary_fix
12 years ago
Roman Donchenko
38cf0a692e
Merge pull request #1055 from pengx17:2.4_ocl_hang_workaround
12 years ago
Andrey Pavlenko
a4c38196bc
Merge pull request #1069 from apavlenko:fix_bin_compat_checker
12 years ago
Andrey Pavlenko
97b939195f
adding 'ios.h' to ignore list should work on non-Mac)
12 years ago
Roman Donchenko
eedc032b98
Merge pull request #1067 from asmorkalov:android_service_readme
12 years ago
Roman Donchenko
43632bf973
Merge pull request #1065 from apavlenko:fix_eclipse_warning
12 years ago
Roman Donchenko
d60cb1d00a
Merge pull request #1064 from asmorkalov:winrt_sample_fix
12 years ago
Alexander Smorkalov
8b6f1d9bd9
OpenCV Version++; Manager Version++
12 years ago
Andrey Pavlenko
6069967109
removing unused import
12 years ago
Alexander Smorkalov
67d4d9e9f4
Path to OpenCV dll libs fixes.
12 years ago
Roman Donchenko
4b51b1e3a8
Merge pull request #1059 from dominikrose:dc1394_2-1394b
12 years ago
Roman Donchenko
1707b1769f
Merge pull request #1063 from alekcac:conversion
12 years ago
Roman Donchenko
a96466a73a
Merge pull request #1062 from kirill-kornyakov:fixes-for-documentation
12 years ago
Roman Donchenko
156155addb
Merge pull request #1018 from jet47:cuda-5.5-arm
12 years ago
yao
c66e27d49e
stereoBM fix an error on Linux when running full performance test
12 years ago
Alexander Shishkov
7b06592dea
added conversions between UIImage and cv::Mat
12 years ago
Kirill Kornyakov
aef347e7b3
Removed references to opencv.itseez.com
12 years ago
Kirill Kornyakov
0339dd51f1
Removed all references to trunk
12 years ago
yao
c73a10cb4d
warnings fix
12 years ago
Kirill Kornyakov
cbed07bc18
Removed references to YG from samples
12 years ago
Kirill Kornyakov
f065c46fbe
Completely get rid of opencv_group
12 years ago
Kirill Kornyakov
a78ebc1175
Updated a couple of more links
12 years ago
Kirill Kornyakov
2cacad9470
updated email address
12 years ago
Kirill Kornyakov
2980a88570
Mentioned 2.4 and master branches
12 years ago
Kirill Kornyakov
e447d87496
Added link to contribution process, updated formatting
12 years ago
Alexander Shishkov
a8db327574
changed contacts in tutorual
12 years ago
Roman Donchenko
3b78fe2684
Merge pull request #1054 from asmorkalov:opencv_version
12 years ago
yao
6982ea5a66
some tweaks to samples
12 years ago
yao
c1a59b8d80
more fix to HOG
12 years ago
yao
f1d9680ba8
format the ocl's samples name
12 years ago
yao
587fb4940d
some accuracy fix of HOG
12 years ago
peng xiao
a5383b8627
Move function definition from header to cpp.
12 years ago
peng xiao
e858a6c347
Renew function logic.
12 years ago
peng xiao
14dd345cdf
Fix ocl::setBinaryDiskCache
...
Previously the function requires Info::Impl implicitly. A call will create
new Context this function which is not intended.
The properties are now moved to global scope to fix this issue.
12 years ago
Dominik Rose
d39aeeca0f
Merge remote-tracking branch 'remotes/upstream/2.4' into dc1394_2-1394b
12 years ago
Dominik Rose
e32700cf8f
dc1394-2: support for operation mode 1394b added
12 years ago
Roman Donchenko
d76468c223
Merge pull request #1040 from asmorkalov:winrt
12 years ago
Roman Donchenko
5d7419e658
Merge pull request #1056 from asmorkalov:android_old_remove
12 years ago