Alexander Alekhin
6fb75c677b
viz: update for VTK6.2+
...
PCL PR 1205
2016-11-25 09:07:26 +03:00
Alexander Alekhin
4a759abe39
Revert "Fix for VTK6.2 issue."
...
This reverts commit f45da9866a
.
2016-11-25 09:07:04 +03:00
Alexander Alekhin
da75d129fe
java: fix Calib3d test
2016-11-23 15:49:24 +03:00
Alexander Alekhin
8e22b17919
java: backport test changes from master
2016-11-23 14:26:22 +03:00
Vadim Pisarevsky
af8e6b06f7
Merge pull request #7689 from alalek:warnings_2.4
2016-11-22 13:30:25 +00:00
Alexander Alekhin
7b13550bdd
Merge pull request #7697 from alalek:backport_6561
2016-11-22 11:01:29 +00:00
Alexander Alekhin
f21f153a5f
test: backport check for Image_KernelSize_GaborFilter2d perf test
2016-11-21 14:56:51 +03:00
Tomoaki Teshima
3ea4f72e35
fix Core_MulSpectrum test on 64bit ARM + release mode
...
* fix issue 6536
* increase threshold in particular tests due to the difference of fmsub and fsub
2016-11-21 14:52:29 +03:00
Alexander Alekhin
0a543c5531
test: fix Legacy_StereoGC.regression assertion
2016-11-18 22:32:32 +03:00
Alexander Alekhin
19270eeab4
warnings
2016-11-18 15:31:59 +03:00
Alexander Alekhin
497d0fd2e7
build: OSSpinLock deprecation warning
2016-11-18 15:31:14 +03:00
Maksim Shabunin
21167b1bf1
Fixed several GCC 5.x warnings
2016-11-18 15:31:05 +03:00
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;"
2016-11-15 16:35:11 +01:00
Alexander Alekhin
8f4251fbfa
Merge pull request #7655 from alalek:backport_7213
2016-11-14 13:42:31 +00:00
Alexander Alekhin
64a2d1904b
ffmpeg: backport 7213
...
Commit:
6d54abbd0f
2016-11-11 16:57:10 +03:00
Vadim Pisarevsky
f632f5c552
Merge pull request #7529 from alalek:backport_7526
2016-11-02 10:50:45 +00:00
Alexander Alekhin
c585d3890e
core: update CV_XADD
...
Allow to use custom implementations of CV_XADD (passed via -D of CXXFLAGS)
2016-10-27 13:46:51 +03:00
Alexander Alekhin
8577f71810
ts: 2.4 changes
2016-10-20 16:26:19 +03:00
Alexander Alekhin
6f00e53159
ts: update run.py
...
Add information about python bindings
2016-10-20 16:23:27 +03:00
catree
1c409abe9c
Add example image about distortion effect.
2016-10-17 00:18:41 +02:00
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
2016-10-12 10:37:07 +03:00
Vadim Pisarevsky
72becbbb1f
Merge pull request #7379 from catree:fix_hitmiss_doc_link_2.4
2016-10-04 12:15:35 +00:00
Alexander Alekhin
26a32dcbf6
videoio: remove 'const' from getProperty
...
'const' is available in OpenCV 3.x only
2016-10-02 03:04:37 +03:00
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