Maksim Shabunin
21167b1bf1
Fixed several GCC 5.x warnings
8 years ago
Declan Moran
4d84e6efee
fix compiler error when building with gnu-5 toolchain (eg as currently shipped with crystax.org android ndk, and presumably soon with android studio).
...
"ts_perf.cpp ....error: 'errno' was not declared in this scope
int err=errno;"
8 years ago
Alexander Alekhin
64a2d1904b
ffmpeg: backport 7213
...
Commit:
6d54abbd0f
9 years ago
Alexander Alekhin
c585d3890e
core: update CV_XADD
...
Allow to use custom implementations of CV_XADD (passed via -D of CXXFLAGS)
9 years ago
Alexander Alekhin
8577f71810
ts: 2.4 changes
9 years ago
Alexander Alekhin
6f00e53159
ts: update run.py
...
Add information about python bindings
9 years ago
catree
1c409abe9c
Add example image about distortion effect.
9 years ago
Juha Reunanen
4e7f28811c
Merge pull request #7452 from reunanen:issue-7409-2.4
...
Fix findContours crash for very large images (v2.4)
* Cast step to size_t in order to avoid integer overflow when processing very large images
* Change assert to CV_Assert
9 years ago
Alexander Alekhin
26a32dcbf6
videoio: remove 'const' from getProperty
...
'const' is available in OpenCV 3.x only
9 years ago
catree
f1009e2234
Fix dead link for hit or miss 2.4 documentation.
9 years ago
Alexander Alekhin
c314178e7a
highgui/osx: backport AVFoundation support
9 years ago
Alexander Alekhin
3648c61172
highgui: clone cap_avfoundation_mac.mm from master
9 years ago
Alexander Alekhin
d68e350227
OpenCV version++
9 years ago
Alexander Alekhin
2d10336601
fix documentation
9 years ago
Alexander Alekhin
4d17051f14
android: backport Android SDK build script
9 years ago
Alexander Alekhin
c68b9328ca
android: workaround for Android NDK-8e clang ICE
9 years ago
Rostislav Vasilikhin
b8b7f155a5
fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1)
9 years ago
Rostislav Vasilikhin
27dd27400a
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT ( http://code.opencv.org/issues/3428 )
9 years ago
Rostislav Vasilikhin
6d691f2e05
added test for http://code.opencv.org/issues/1918
9 years ago
Rostislav Vasilikhin
9840825743
added test checking http://code.opencv.org/issues/4050
9 years ago
Rostislav Vasilikhin
cb52d249fe
fixed optional args processing in SVD::compute()
9 years ago
Bernd Kuhls
c7045184ce
types_c.h: Fix compiling VFP assembler code
...
Replace asm by __asm__ according to
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords
as suggested by Arnout Vandecappelle:
http://lists.busybox.net/pipermail/buildroot/2016-September/171491.html
to fix build errors in ffmpeg with opencv2 support detected by
buildroot autobuilders:
http://autobuild.buildroot.net/results/c32/c32a21240a9933796ee850349a62ff3c2314f25c/build-end.log
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
9 years ago
Rostislav Vasilikhin
0a3a2df433
fixed U non-orthogonality in SVD ( http://code.opencv.org/issues/3801 )
9 years ago
Rostislav Vasilikhin
b28d13430c
fixed http://code.opencv.org/issues/3828
9 years ago
Rostislav Vasilikhin
726efee4d2
fixed http://code.opencv.org/issues/4278
9 years ago
Rostislav Vasilikhin
be7c924e7c
integer overflow fixed in getContinuousSize()
9 years ago
Alexander Alekhin
a6e5ebafcf
calib3d: fix cornerSubPix memory error
9 years ago
PkLab.net
2d0fe514a0
Fix rho,phi exchange. Backport to 2.4
9 years ago
catree
a893395da8
Fix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr) in cvProjectPoints2 function.
9 years ago
StevenPuttemans
79d8d0da3b
fix small typo
9 years ago
catree
ba14895fd7
Add figure for the pinhole camera model in the 2.4 documentation.
9 years ago
lewgate
0af9bf457a
Fix a latent bug for seam_finders.cpp when computing the source and destination points of the seam
9 years ago
Philippe FOUBERT
d99821aa44
Resolves issue #6931
9 years ago
Rostislav Vasilikhin
7b2ef647aa
fixed memory corruption when normal dist. params have less channels than target matrix; test added
9 years ago
Vladislav Vinogradov
9e65216108
set threshold to 1 in sanity test for GPU rotate on 8UC1
...
to fix difference with CUDA 8.0 results
9 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
9 years ago
Alexander Smorkalov
f29fd63f13
Enabled build with LLVM libc++ for Android.
9 years ago
Vitaliy Lyudvichenko
c3dc7266d1
Fixing of AutoBuffer::allocate(nsz) method
...
AutoBuffer::allocate(nsz) didn't work properly when
(sz < nsz < fixed_size). In this case sz remained unchanged.
9 years ago
Tomi
9564531ec8
features2d: Added missing SimpleBlob parameters
...
Added missing SimpleBlobDetector parameters to features2d_init.cpp.
9 years ago
Ilya Lavrenov
e0d64df763
fixed -Wunused-result warning
9 years ago
S. Garrido
e5d12502c5
Fix useExtrinsicGuess in solvePnP
9 years ago
Gilles Rochefort
2717ba735a
Fixed BackgroundSubstractorMOG2 ocl implementation.
9 years ago
Gilles Rochefort
78de75397e
Fixed BackgroundSubstractorMOG2 in opencv_video.
...
The number of gaussians involved in a mixture is supposed
to be dynamically adjusted. After being increased, the number
of gaussians can't be reduced anymore.
It seems to be a regression as the legacy code
located in modules/legacy/src/bgfg_gaussmix.cpp allows to reduce
such number of gaussians.
9 years ago
Alexander Smorkalov
6084901610
OpenCV version++.
9 years ago
Kevin, Hu
db0ae2ca50
Restore 2.4 source branch for bug fix 6317.
9 years ago
Suleyman TURKMEN
194f1beae8
fix for writing 16-bit jpeg2000
9 years ago
Vitaly Tuzov
13858cd561
Cost estimation boundaries description updated
9 years ago
Vitaly Tuzov
772d9689e9
Backport of StereoBM uninitialized memory access problem fix from master branch
9 years ago
Maksim Shabunin
70bc268c1a
Fixed problem with nonfree python test: could not find local test images
9 years ago
Philipp Hasper
b6d8c9d990
operator<< handles keys starting with underscore
9 years ago