Roman Donchenko
4e939e2fce
xls-report.py: added an option to include data from unrecognized XMLs
12 years ago
Roman Donchenko
ec1df9f54d
Merge pull request #1090 from asmorkalov:android_tbb_downgrade
12 years ago
Alexander Smorkalov
c2e6668414
Bug #3124 libopencv_java.so v 2.4.6 hangs on some Android 4.0.3 devices fixed.
...
Downgrade TBB to 4.1u2 for all platforms, except WinRT.
12 years ago
Roman Donchenko
83fd385bbd
xls-report.py: don't eat all errors when reading sheet.conf
12 years ago
Alexander Mordvintsev
3677a66403
line realign
12 years ago
Roman Donchenko
a2d576c1bb
Merge pull request #1085 from bitwangyaoyao:2.4_optBP
12 years ago
Roman Donchenko
4d569732b9
Merge pull request #1086 from melody-rain:2.4_fix_oclMat_constructor
12 years ago
Jin Ma
97e620b8f3
Fix oclMat constructor when roi is provided.
12 years ago
yao
f2333e90f6
optimize stereoBP kernel
12 years ago
Alexander Pacha
eaa29110e1
Fixed issue 3130 ( http://code.opencv.org/issues/3130 ), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors.
...
Now it behaves like ORB (and how it is documented), and you can call BRISK to just generate feature points and no descriptors.
12 years ago
yao
c23510785b
remove the redundant function
12 years ago
Alexander Mordvintsev
8045093cfb
GFTT wrapped to python
12 years ago
Heinz Hofbauer
a26c4fa2a2
Bugfix for an overlapping size of image and template for matchTemplate.
...
Example: img of size 10x10 and templ of size 11x9.
In subsequent code this will results in either width or height of
corrSize to be zero (0).
Line 261 will call crossCorr which will then have a zero size of either
blocksize.width or blocksize.height resulting in a division by zero
crach in lines 137 or 138.
12 years ago
yao
8d8dc29ced
add kmeans
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
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