Alexander Alekhin
ff90f2736b
Merge pull request #4169 from alalek:issue_4457
10 years ago
Alexander Alekhin
06617392e0
workaround issue with MatExpr
10 years ago
Alexander Alekhin
a6f46d7bb1
issue 4457
10 years ago
Vadim Pisarevsky
0b99f70773
Merge pull request #4154 from alalek:ffmpeg_update_via_binary_repo
10 years ago
Pavel Rojtberg
b1842a4b89
use simplified API selection logic in cvCreateCameraCapture as well
10 years ago
Pavel Rojtberg
2909e07cb2
deny any other interfaces if someone is specified as preference
...
it provides more expectable results to end-users.
based on feedback by Alexander Alekhin
10 years ago
Pavel Rojtberg
41d8c4d879
allow specifying apiPreference in VideoCapture when opening a file. Add
...
a separate function instead of an overload not to change the ABI.
rename VideoCapture paramter 'device' to 'index' in CPP to reflect that
it allows specifying the API.
update comments to explain how to specify the API.
10 years ago
Vadim Pisarevsky
cd8143be0a
Merge pull request #4171 from jet47:install-cudev-test
10 years ago
Vadim Pisarevsky
4997f5dfe9
Merge pull request #4174 from yangj1e:fix_svm_trainauto
10 years ago
Vadim Pisarevsky
743160b6ac
Merge pull request #4158 from alalek:fix-bigdata-copyto
10 years ago
Vadim Pisarevsky
92777281a7
Merge pull request #4173 from kalistratovag:mjpeg_encoder_coverity_warnings
10 years ago
Alexander Alekhin
40fcc9d149
Merge pull request #4159 from alalek:vector_processing
10 years ago
Vadim Pisarevsky
8bede85f60
Merge pull request #4172 from alalek:ocl_minmaxloc_unaligned
10 years ago
Alexander Alekhin
c0d61964d6
ocl: fix unaligned memory access
...
http://code.opencv.org/issues/4462
10 years ago
kalistratovag
e2fe0ca835
Removing deadcode blocks, redudant variable & initializing all vars in constructor
...
Adding &31 to bit shift in order to silince coverity BAD_SHIFT defect
add default_stripes_count const
10 years ago
Jie Yang
2ba0d31785
Fix SVM::trainAuto (Bug #4464 )
...
Fix SVM::trainAuto (Bug #4464 )
10 years ago
Alexander Alekhin
56ad207d37
update ffmpeg wrapper binaries
...
Scripts are updated for Linux-based (Ubuntu 14.04) mingw cross-compilation (full stack of scripts provided)
Part of these scripts may work under Windows installation of MinGW, but it is not supported.
FFMPEG update: 2.7.1
Added OpenH264 Cisco binaries support for H264 encoding: v1.4.0
10 years ago
Vladislav Vinogradov
2f0de3aa2c
add opencv_test_cudev to installation package
10 years ago
Alexander Alekhin
ca692b9804
Merge pull request #4168 from Dikay900:export_threadcontrol
10 years ago
Alexander Alekhin
f4cb8c0dfb
Merge pull request #4127 from avershov:opengl-opencl-sample
10 years ago
Alexander Alekhin
885114ed2c
fix copyTo memory corruption, but the main problem is still here
10 years ago
Dikay900
3ebb5d0e3b
export thread control to python aswell
10 years ago
Vadim Pisarevsky
172c00faa6
Merge pull request #4167 from berak:patch-2
10 years ago
Alexander Alekhin
30a5a9ed34
test vector processing
10 years ago
Vadim Pisarevsky
c81b064727
Merge pull request #4164 from kalistratovag:parallel_mjpeg
10 years ago
Alexander Alekhin
ca8312b0b3
remove legacy intermediate unused files
10 years ago
berak
b29e473c21
fix plausability check, #issue 4429
10 years ago
Vadim Pisarevsky
e379ea6ed6
Merge pull request #4117 from jaimefrio:relaxed_strides
10 years ago
Vadim Pisarevsky
80eec9d531
Merge pull request #4064 from MSOpenTech:test-contrib
10 years ago
Vadim Pisarevsky
0ed0f2953a
Merge pull request #4166 from sbokov:fixingStereoBMissue
10 years ago
Vadim Pisarevsky
426b3f6198
Merge pull request #4139 from swook:spatial_gradient
10 years ago
Vadim Pisarevsky
d5afd070ce
Merge pull request #4094 from kashefy:Mat_push_back_MatExpr_bug_4340
10 years ago
Seon-Wook Park
20bf88bad1
spatialGradient: Make kern args const&
10 years ago
Alexey Ershov
9dfa9a81e9
eliminated unused function __OpenCLinitializeGL(), simplified query device logic
10 years ago
Seon-Wook Park
90c398ea67
spatialGradient: Add CV_SSE2 check
10 years ago
sbokov
ff1687d378
Fixing uninitialized memory access problem
10 years ago
Evgeny Agafonchikov
6a6d58d389
Adding test support for WINRT
10 years ago
kalistratovag
65e0387aa5
Implementing parallel mjpeg encoder.
...
Fixed errors in parallel_for based on pthreads
Fixing compiler errore & removing whitespaces
Fixing prallel_for_pthreads error and warnings on win
10 years ago
Youssef Kashef
790ef21a60
add unit test around Mat::push_back()
...
add template specialization Mat::push_back() for MatExpr paramters
extend push_back MatExpr to mat in unit test
cast to object instead of reference
test with multi-row MatExpr input
10 years ago
Seon-Wook Park
ed38ca5179
spatialGradient: Remove 4 loads in inner loop
10 years ago
Vadim Pisarevsky
8869150649
Merge pull request #4153 from stefan-cornelius:master
10 years ago
Seon-Wook Park
5dddb47863
spatialGradient: Remove pointers caching
10 years ago
Alexander Alekhin
50b453e5c2
Merge pull request #4150 from alalek:opencv_org_issue_4428
10 years ago
Seon-Wook Park
cf0fdfa2bb
spatialGradient: Change ordering of vector loads
10 years ago
Seon-Wook Park
658f96b447
spatialGradient: L/R border handling outside. Kernelize.
10 years ago
Vadim Pisarevsky
d0c43f16e0
Merge pull request #4155 from MSOpenTech:highgui_contrib
10 years ago
Vadim Pisarevsky
fb4698e7fd
Merge pull request #4161 from alalek:restore_data_file
10 years ago
Alexey Ershov
8ed45609d0
fixed cleanup, fixed unused context
10 years ago
Seon-Wook Park
15ea401087
spatialGradient: Move vector decl into loop
10 years ago
Seon-Wook Park
db0cc56c52
spatialGradient: Re-introduce 2-rows at a time
10 years ago