catree
f1009e2234
Fix dead link for hit or miss 2.4 documentation.
2016-09-30 23:56:35 +02:00
Alexander Alekhin
c314178e7a
highgui/osx: backport AVFoundation support
2016-09-19 19:51:10 +03:00
Alexander Alekhin
3648c61172
highgui: clone cap_avfoundation_mac.mm from master
2016-09-19 19:46:42 +03:00
Alexander Alekhin
d68e350227
OpenCV version++
2016-09-16 18:55:58 +03:00
Alexander Alekhin
2d10336601
fix documentation
2016-09-16 16:15:51 +03:00
Alexander Alekhin
4d17051f14
android: backport Android SDK build script
2016-09-16 16:15:51 +03:00
Alexander Alekhin
c68b9328ca
android: workaround for Android NDK-8e clang ICE
2016-09-14 23:20:10 +03:00
Vadim Pisarevsky
2f01930ecc
Merge pull request #7218 from savuor:fix2.4/copyTo
2016-09-14 11:58:29 +00:00
Alexander Alekhin
4bccd9a92a
Merge pull request #7239 from savuor:fix2.4/ported
2016-09-08 11:18:13 +00:00
Rostislav Vasilikhin
b8b7f155a5
fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1)
2016-09-07 14:56:22 +03:00
Rostislav Vasilikhin
27dd27400a
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT ( http://code.opencv.org/issues/3428 )
2016-09-07 14:56:22 +03:00
Rostislav Vasilikhin
6d691f2e05
added test for http://code.opencv.org/issues/1918
2016-09-07 14:56:21 +03:00
Rostislav Vasilikhin
9840825743
added test checking http://code.opencv.org/issues/4050
2016-09-07 14:56:21 +03:00
Rostislav Vasilikhin
cb52d249fe
fixed optional args processing in SVD::compute()
2016-09-06 14:09:44 +03:00
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>
2016-09-06 12:25:09 +02:00
Rostislav Vasilikhin
0a3a2df433
fixed U non-orthogonality in SVD ( http://code.opencv.org/issues/3801 )
2016-09-03 21:58:19 +03:00
Rostislav Vasilikhin
b28d13430c
fixed http://code.opencv.org/issues/3828
2016-09-03 21:49:54 +03:00
Rostislav Vasilikhin
726efee4d2
fixed http://code.opencv.org/issues/4278
2016-09-03 20:28:54 +03:00
Rostislav Vasilikhin
be7c924e7c
integer overflow fixed in getContinuousSize()
2016-09-02 01:50:54 +03:00
Alexander Alekhin
a6e5ebafcf
calib3d: fix cornerSubPix memory error
2016-08-31 15:18:25 +03:00
PkLab.net
2d0fe514a0
Fix rho,phi exchange. Backport to 2.4
2016-08-22 20:17:11 +02:00
catree
a893395da8
Fix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr) in cvProjectPoints2 function.
2016-08-11 00:56:24 +02:00
Vadim Pisarevsky
35acfcf791
Merge pull request #7015 from lewgate:bugfix_1
2016-08-08 15:20:31 +00:00
Alexander Alekhin
fc6c55f070
Merge pull request #7061 from catree:add_camera_model_doc_2_4
2016-08-08 11:47:54 +00:00
StevenPuttemans
79d8d0da3b
fix small typo
2016-08-08 10:58:46 +02:00
catree
ba14895fd7
Add figure for the pinhole camera model in the 2.4 documentation.
2016-08-08 04:06:46 +02:00
lewgate
0af9bf457a
Fix a latent bug for seam_finders.cpp when computing the source and destination points of the seam
2016-07-31 16:22:53 +08:00
Vadim Pisarevsky
6d9c6e9c7a
Merge pull request #6805 from sergarrido:sergarrido-fix-useextrinsicguess
2016-07-19 12:52:59 +00:00
Vadim Pisarevsky
744f907815
Merge pull request #6941 from alalek:backport_6932
2016-07-18 21:16:35 +00:00
Vadim Pisarevsky
0d7c16b5fd
Merge pull request #6920 from savuor:fix2.4/RNG_Corrupts_memory
2016-07-18 18:16:27 +00:00
Philippe FOUBERT
d99821aa44
Resolves issue #6931
2016-07-18 16:25:03 +03:00
Maksim Shabunin
bc6d5cc113
Merge pull request #6885 from alalek:migration2.4
2016-07-18 07:50:03 +00:00
Rostislav Vasilikhin
7b2ef647aa
fixed memory corruption when normal dist. params have less channels than target matrix; test added
2016-07-16 14:38:28 +03:00
Vladislav Vinogradov
9e65216108
set threshold to 1 in sanity test for GPU rotate on 8UC1
...
to fix difference with CUDA 8.0 results
2016-07-15 15:11:36 +03:00
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
2016-07-12 12:54:33 +03:00
Andrey Pavlenko
688bd28987
Merge pull request #6600 from grochefort:fix_backgroundsubstractormog2
2016-07-04 14:37:24 +00:00
Andrey Pavlenko
56aa03b0e1
Merge pull request #6538 from asmorkalov:libcc_fix
2016-07-04 13:05:34 +00:00
Alexander Smorkalov
f29fd63f13
Enabled build with LLVM libc++ for Android.
2016-07-04 14:59:41 +03:00
Andrey Pavlenko
1432471650
Merge pull request #6750 from Tomin1:simpleblobdetector-fix
2016-06-30 15:23:46 +00:00
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.
2016-06-30 13:10:53 +03:00
Tomi
9564531ec8
features2d: Added missing SimpleBlob parameters
...
Added missing SimpleBlobDetector parameters to features2d_init.cpp.
2016-06-30 10:41:03 +03:00
Ilya Lavrenov
e0d64df763
fixed -Wunused-result warning
2016-06-16 12:53:59 +03:00
S. Garrido
e5d12502c5
Fix useExtrinsicGuess in solvePnP
2016-06-10 13:09:32 +01:00
Gilles Rochefort
2717ba735a
Fixed BackgroundSubstractorMOG2 ocl implementation.
2016-06-03 22:17:22 +02:00
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.
2016-05-29 17:25:02 +02:00
Alexander Smorkalov
6084901610
OpenCV version++.
2016-04-20 16:03:47 +03:00
Kevin, Hu
db0ae2ca50
Restore 2.4 source branch for bug fix 6317.
2016-04-19 19:27:42 +08:00
Suleyman TURKMEN
194f1beae8
fix for writing 16-bit jpeg2000
2016-04-18 14:51:55 +03:00
Alexander Alekhin
5b73f3a316
Merge pull request #6373 from terfendail:vt/stereobm_valgrind
2016-04-13 13:38:53 +00:00
Vitaly Tuzov
13858cd561
Cost estimation boundaries description updated
2016-04-12 17:31:12 +03:00