Tomoaki Teshima
ce66de8e3d
calib3d: fix typo
9 years ago
Oskari Vinko
31fb82176d
Corrected tutorial grammar and sentences
9 years ago
Alexander Alekhin
52444bf8d0
Merge pull request #6982 from tfauck:master
9 years ago
Thierry Fauck
0df9cbc954
Non existent definition of _FPU_EXTENDED definition prevent compilation when WITH_CUDA set
...
Non existence of _FPU_EXTENDED definition on powerpc64 (like it is for apple and arm)
prevent compilation when WITH_CUDA is set. Adding powerpc64 as case to not use these
definitions
modifié: modules/cudalegacy/test/TestHaarCascadeApplication.cpp
modifié: modules/cudalegacy/test/test_precomp.hpp
Signed-off-by: Thierry Fauck <tfauck@free.fr>
9 years ago
Alexander Alekhin
23fd32056e
Merge pull request #6980 from tomoaki0705:fixNanUndeclared2
9 years ago
Tomoaki Teshima
891c83ff35
fix build error
...
* NAN is not defined on some platform
* follow the comment on PR
9 years ago
Alexander Alekhin
1001b05def
Merge pull request #6975 from tomoaki0705:fixNanUndeclared
9 years ago
Tomoaki Teshima
70dcd107d0
follow the comment
...
* test build on VS2012
9 years ago
Alexander Alekhin
941090861e
Merge pull request #6976 from theg4sh:linux-window-mouse-wheel-support
9 years ago
Alexandr Kondratev
d394d26b46
highgui: window QT+OpenGL mouse wheel support, build fix
9 years ago
Tomoaki Teshima
4423a5edad
fix build error
...
* NAN is not defined on some platform
9 years ago
Прун Виктор
fa42a1cfc2
fix calib3d changes in #6836 plus some others
9 years ago
Alexander Alekhin
df9120768d
Merge pull request #6929 from catree:hitrate_doc
9 years ago
Alexander Alekhin
5f33d0c75b
Merge pull request #6968 from tomoaki0705:addDocsCudaRequirement
9 years ago
Tomoaki Teshima
531b8e2320
add note of minimum requirement of CUDA
9 years ago
Vadim Pisarevsky
80951bd091
Merge pull request #6966 from theg4sh:linux-window-mouse-wheel-support
9 years ago
Vadim Pisarevsky
134154ec6d
Merge pull request #6963 from ilya-lavrenov:vec2i_fs
9 years ago
Alexandr Kondratev
ecfabd7aac
Merge branch 'master' of https://github.com/Itseez/opencv into linux-window-mouse-wheel-support
9 years ago
Alexandr Kondratev
13aef2c0cf
highgui: window_QT mouse wheel support
9 years ago
Alexandr Kondratev
82e4e1816f
highgui: removed excessed variable orient in window_gtk
9 years ago
Ilya Lavrenov
313f54bc39
read/write vec2i from/to filestorage
9 years ago
Sergei Nosov
b3d55489d3
fix compiler warning
9 years ago
Vadim Pisarevsky
371096493c
Merge pull request #6962 from alalek:fix_build_log_macro
9 years ago
Vadim Pisarevsky
6b09ada5d4
Merge pull request #6899 from alalek:ffmpeg_update
9 years ago
Vadim Pisarevsky
167a4e6592
Merge pull request #6942 from alalek:fix_android_pack
9 years ago
Vadim Pisarevsky
1fc655a58f
Merge pull request #6964 from tomoaki0705:fixTypoImgproc
9 years ago
Your Name
440ba2e4a7
Passing Disparity Shift as a parameter.
9 years ago
Tomoaki Teshima
57d1591957
imgproc: fix typo
...
* indent line
9 years ago
Alexander Alekhin
daf1879a2e
test: ffmpeg: change resolution for H264 test
9 years ago
Alexander Alekhin
2acfb263bb
Merge pull request #6910 from ilya-lavrenov:clone
9 years ago
Alexander Alekhin
60676dbbe8
fix build: move LOG macro from stitching public headers
9 years ago
Alexander Alekhin
2ec63e4dd1
fix android pack build
9 years ago
Vadim Pisarevsky
c4cc54e5da
Merge pull request #6953 from ilya-lavrenov:arithm
9 years ago
Vadim Pisarevsky
cc5c5f7da9
Merge pull request #6795 from tomoaki0705:accelerateBilateralFilterNeon
9 years ago
Vadim Pisarevsky
a455858dd9
Merge pull request #6878 from alalek:canny_custom_gradient
9 years ago
Vadim Pisarevsky
848c66babd
Merge pull request #6879 from savuor:fix/RNG_corrupts_stack
9 years ago
MYLS
8a65e73bfd
add SANITY_CHECK_NOTHING() to perf_test
9 years ago
Ilya Lavrenov
71cbd6f02e
fixed bug #5775
9 years ago
Tomoaki Teshima
b436f4b995
accelerate bilateralFilter using NEON
...
* clean up some lines
9 years ago
Leonardo Brás
0e9c8e2dd5
'resolves' 6898
...
I have seen that you can input a Mat_<float> on StereoBM, but the value seems the same as CV_16S.
I changed it so, only if you input a Mat_<float> it makes use of a previously truncated 4 bits, giving more resolution to Disparity Matrix. (The algorithm stays the same, it's not more precise).
If any other input Mat is given, it changes nothing.
9 years ago
Vadim Pisarevsky
b34272f8a2
Merge pull request #6787 from theg4sh:linux-window-mouse-wheel-support
9 years ago
Vadim Pisarevsky
abbc988fb5
Merge pull request #6812 from aleksandaratanasov:master
9 years ago
Alexander Alekhin
6d65f7a261
Merge pull request #6954 from ilya-lavrenov:typo
9 years ago
Vadim Pisarevsky
705e776f09
Merge pull request #6816 from phunsukwangdu:devbranch1
9 years ago
Vadim Pisarevsky
b0cc495698
Merge pull request #6822 from saedrna:master
9 years ago
Rostislav Vasilikhin
96edb270a6
fixed memory corruption when normal dist. params have less channels than target matrix; test added
9 years ago
Alexander Alekhin
e20a93f7d6
imgproc test: Canny with custom gradient
9 years ago
Alexander Alekhin
575de89ee2
imgproc: Canny: enable IPP & OpenCL optimization code path
9 years ago
Alexander Alekhin
460b1dc2fa
imgproc: Canny with custom gradient
9 years ago
MYLS
27b924e99e
remove CHECK from performance test
9 years ago