Alexander Alekhin
f2e9588c93
Merge pull request #6999 from tomoaki0705:featureCmakeFp16
8 years ago
Tomoaki Teshima
c57f8780e9
show CPU feature correctly when FP16 is available
...
* make sure that CV_FP16 has the correct meaning
* check FP16 feature correctly
8 years ago
Vadim Pisarevsky
3b1803f6b1
Merge pull request #6989 from mself:gftt-deterministic-sort
8 years ago
Vadim Pisarevsky
f96b5652ce
Merge pull request #6984 from K-Shinotsuka:issue9
8 years ago
Vadim Pisarevsky
b721269c29
Merge pull request #6996 from juliendehos:merge_debevec
8 years ago
Vadim Pisarevsky
8124b5600f
Merge pull request #7007 from tomoaki0705:fixDocTypo
8 years ago
Vadim Pisarevsky
f9e02aa612
Merge pull request #6986 from Wing0:master
8 years ago
Tomoaki Teshima
bae8b2a9b0
doc: fix typo and grammar
8 years ago
Alexander Alekhin
8cdd91cd23
Merge pull request #7006 from derlunz:fix-qtopengl-build
8 years ago
Alexander Alekhin
6cff909bc8
Merge pull request #7004 from StevenPuttemans:cmd_parser_opencv_annotation
8 years ago
Alexander Alekhin
328da251ed
Merge pull request #7000 from StevenPuttemans:fix_master_build
8 years ago
Alexander Alekhin
085ea5049b
Merge pull request #7002 from StevenPuttemans:add_extra_limits_to_help
8 years ago
Christian Kapeller
81e6ef2958
highgui: window QT+OpenGL mouse wheel support, another build fix
...
amends work done in pull request #6976 .
8 years ago
StevenPuttemans
e0f19ec48a
change parameter input to the CommandLineParser interface
8 years ago
k-shinotsuka
ecfd4ad11e
improve MomentsInTile_SIMD<ushort, int, int>()
8 years ago
StevenPuttemans
6df12a0507
add limits of tool to help message
8 years ago
StevenPuttemans
64dbf6c987
fix build #6993
8 years ago
Your Name
718891d937
Tabs -> Whitespaces.
8 years ago
Your Name
c6f790ce12
Fixed using local variable instead of global var.
...
- Still need to change SSE_2
8 years ago
Alexander Alekhin
9ad0dcb57f
Merge pull request #6987 from tomoaki0705:fixTypoCalib3d
8 years ago
Julien Dehos
e072fa8121
fix a bug in MergeDebevec (modify input times)
8 years ago
Matthew Self
72672c293f
Make goodFeaturesToTrack() return deterministic results
...
When using OCL, the results of goodFeaturesToTrack() vary slightly from
run to run. This appears to be because the order of the results from
the findCorners kernel depends on thread execution and the sorting
function that is used at the end to rank the features only enforces are
partial sort order.
This does not materially impact the quality of the results, but it
makes it hard to build regression tests and generally introduces noise
into the system that should be avoided.
An easy fix is to change the sort function to enforce a total sort on
the features, even in cases where the match quality is exactly the same
for two features.
8 years ago
Tomoaki Teshima
ce66de8e3d
calib3d: fix typo
8 years ago
Oskari Vinko
31fb82176d
Corrected tutorial grammar and sentences
8 years ago
Alexander Alekhin
52444bf8d0
Merge pull request #6982 from tfauck:master
8 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>
8 years ago
Alexander Alekhin
23fd32056e
Merge pull request #6980 from tomoaki0705:fixNanUndeclared2
8 years ago
Tomoaki Teshima
891c83ff35
fix build error
...
* NAN is not defined on some platform
* follow the comment on PR
8 years ago
Alexander Alekhin
1001b05def
Merge pull request #6975 from tomoaki0705:fixNanUndeclared
8 years ago
Tomoaki Teshima
70dcd107d0
follow the comment
...
* test build on VS2012
8 years ago
Alexander Alekhin
941090861e
Merge pull request #6976 from theg4sh:linux-window-mouse-wheel-support
8 years ago
Alexandr Kondratev
d394d26b46
highgui: window QT+OpenGL mouse wheel support, build fix
8 years ago
Tomoaki Teshima
4423a5edad
fix build error
...
* NAN is not defined on some platform
8 years ago
Alexander Alekhin
df9120768d
Merge pull request #6929 from catree:hitrate_doc
8 years ago
Alexander Alekhin
5f33d0c75b
Merge pull request #6968 from tomoaki0705:addDocsCudaRequirement
8 years ago
Tomoaki Teshima
531b8e2320
add note of minimum requirement of CUDA
8 years ago
Vadim Pisarevsky
80951bd091
Merge pull request #6966 from theg4sh:linux-window-mouse-wheel-support
8 years ago
Vadim Pisarevsky
134154ec6d
Merge pull request #6963 from ilya-lavrenov:vec2i_fs
8 years ago
Alexandr Kondratev
ecfabd7aac
Merge branch 'master' of https://github.com/Itseez/opencv into linux-window-mouse-wheel-support
8 years ago
Alexandr Kondratev
13aef2c0cf
highgui: window_QT mouse wheel support
8 years ago
Alexandr Kondratev
82e4e1816f
highgui: removed excessed variable orient in window_gtk
8 years ago
Ilya Lavrenov
313f54bc39
read/write vec2i from/to filestorage
8 years ago
Vadim Pisarevsky
371096493c
Merge pull request #6962 from alalek:fix_build_log_macro
8 years ago
Vadim Pisarevsky
6b09ada5d4
Merge pull request #6899 from alalek:ffmpeg_update
8 years ago
Vadim Pisarevsky
167a4e6592
Merge pull request #6942 from alalek:fix_android_pack
8 years ago
Vadim Pisarevsky
1fc655a58f
Merge pull request #6964 from tomoaki0705:fixTypoImgproc
8 years ago
Your Name
440ba2e4a7
Passing Disparity Shift as a parameter.
8 years ago
Tomoaki Teshima
57d1591957
imgproc: fix typo
...
* indent line
8 years ago
Alexander Alekhin
daf1879a2e
test: ffmpeg: change resolution for H264 test
8 years ago
Alexander Alekhin
2acfb263bb
Merge pull request #6910 from ilya-lavrenov:clone
8 years ago