Suleyman TURKMEN
7b7d54df68
new function imread_reduced()
...
by this new function we can set libjpeg "scale_denom" parameter and load jpeg images scaled 1/2 - 1/4 - 1/8
other image formats resized after loading
9 years ago
themightyoarfish
b8f93e08e9
Fixed documentation bug for projectPoints: Distortion coefficients cannot actually be NULL
10 years ago
Alexander Alekhin
2c2645191a
fix python cross-compilation
10 years ago
Maksim Shabunin
0726c4d4ea
Merge pull request #4190 from sbokov:fixingStereoBMissue
10 years ago
Alexander Alekhin
ae71f0c086
Merge pull request #4193 from jklontz:master
10 years ago
Josh Klontz
beed99dbc1
fixed conditional compilation of RGB2Gray<ushort> template specialization
10 years ago
sbokov
e0cea92f6e
Fixing possible invalid memory access in validateDisparity
10 years ago
Maksim Shabunin
00b72df6c5
Merge pull request #4147 from alalek:fix_world_cyclic_deps
10 years ago
Alexander Alekhin
4c1cbffd2a
Merge pull request #4184 from alalek:fix_cmake_status
10 years ago
Vladimir Dudnik
dee05f982b
compute fps changed (now only interop counts). fixed d3d10 and d3d11 print info method (there were issues with texture mapping)
10 years ago
Pavel Rojtberg
0688bb61ed
simplify 8point algorithm using Matx classes
10 years ago
Alexander Alekhin
f77926675f
Merge pull request #4186 from ultrafro:fix_setDepthGeneratorProperty_registration_flag_polarity
10 years ago
ultrafro
ed574171bb
Fixed polarity of ImageRegistration mode in setDepthGeneratorProperty function of CvCapture_OpenNI2 class
10 years ago
Alexander Alekhin
aa871ca506
fix wrong usage of status(), remove useless message in videoio
10 years ago
Alexander Alekhin
6116a2fcf8
Merge pull request #4182 from vladimir-dudnik:update_dx_samples
10 years ago
themightyoarfish
fcc842f08b
Fixed typo in doc for findEssentialMat
10 years ago
Vladimir Dudnik
38723b0339
simplified sample's interface (remove odd "no processing" branch, add print to screen for processing mode)
10 years ago
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