Alexander Alekhin
b398b572cc
OpenCV version++
...
2.4.13.3
2017-07-31 15:57:29 +03:00
Alexander Alekhin
7dceebbc4e
flann: fix out of buffer access
2017-07-30 14:14:08 +03:00
kvaghel1
6bafc2c598
Fix frame timestamp in VideoCapture::get
2017-07-21 17:35:20 +03:00
Varun Agrawal
af3c544483
All vector definitions have correct namespace scopes
2017-07-05 19:02:27 -04:00
Alexander Alekhin
aae7621243
highgui(macos): fix video file reading via AVFoundation
2017-06-24 11:01:33 +03:00
Alexander Alekhin
fa36e769cf
Merge pull request #8979 from sabzo:issue/8305_unhandled_objective_c_exception_video_avi_playback
...
Unhandled Objective-C exception when playing video
2017-06-24 10:56:25 +03:00
Sabelo
f71bf21aaf
Unhandled Objective-C exception when playing video
2017-06-23 19:54:56 -04:00
Raghuram Krishnaswami
d0f3a14456
Modified doc for gpu::reduce(fixes issue 8628)
2017-06-10 18:36:39 +05:30
krishraghuram
01e34b6a91
correct bug in fastmeans (ref #7899 ) ( #8757 )
2017-05-23 12:40:49 +03:00
kvaghel1
27213a845f
Correct findChessboardCorners flags naming in calib3d doc.
2017-05-21 21:12:19 -04:00
Alexander Alekhin
91a6940930
Merge pull request #8574 from elmewo:fix-affine-constructor
...
fix creation homogeneous affine matrix when constructing from 4x3 cv::Mat
2017-04-25 19:04:51 +03:00
Tomoaki Teshima
c72a191145
fix typo
2017-04-17 22:13:10 +09:00
André Mewes
34d7b96bfc
create homogeneous affine matrix when constructing from 4x3 cv::Mat
2017-04-13 14:39:10 +02:00
Adam Borowski
61936eb1a4
Get rid of sysctl includes on Linux.
...
The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether. Opencv has migrated
away on Linux already, but #includes were left lingering. This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
2017-03-10 16:40:29 +00:00
Alexander Alekhin
d103c116db
Merge pull request #8031 from terfendail:shortline_fix_2.4
...
Backport of PR #7161 fix for drawing beyond 32768 range
2017-02-14 19:08:09 +03:00
Alexander Alekhin
ebae963884
drawing: workaround MSVC2010 32-bit compiler bug
2017-02-02 21:01:28 +03:00
Vadim Pisarevsky
19e4c7727b
Merge pull request #7546 from savuor:fix2.4/yuv_channel_order
2017-01-31 16:12:12 +00:00
Alexander Alekhin
f2a59b3d94
Merge pull request #7913 from DabeDotCom:CoreImage-pre_Xcode_7
2017-01-19 16:18:40 +00:00
Dabrien 'Dabe' Murphy
88bc0f7838
Fix 7606 "ld: framework not found CoreImage" Bug
...
This affects OpenCV 2.4 on older Macs with Xcode versions
before 7.0 (i.e., Mac OS X versions older than 10.11 El Capitan)
2017-01-19 17:07:01 +03:00
Vitaly Tuzov
2346ba7ea2
Backport of PR #7161 fix for drawing beyond 32768 range
2017-01-18 17:02:52 +03:00
Suleyman TURKMEN
f108795e2c
Update sift.cpp
2017-01-05 19:47:34 +02:00
Alexander Alekhin
d7504ecaed
OpenCV version++
2016-12-16 16:19:56 +03:00
Rostislav Vasilikhin
8444c23803
fixed segfault at ORB::compute() near image's border
2016-12-16 14:55:15 +03:00
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
2016-12-15 18:09:44 +02:00
Alexander Alekhin
03beff06ff
build: disable warnings (Ubuntu 16.04 + CUDA 8.0)
...
Examples:
- NPP_staging.cu:1606:105: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- NCVHaarObjectDetection.hpp:95:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
2016-12-15 15:47:41 +03:00
Alexander Alekhin
af0ee306cf
Merge pull request #7819 from alalek:fix_mulSpectrums_inplace_2.4
2016-12-14 11:00:54 +00:00
bedbad
ffcf866e2f
Merge pull request #7754 from LAZI-2240:toupstream2.4
...
Introducing boundingRect2f() (#7754 )
* Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect
* Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect
* Introducing boundingRect2f() - update
* Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect
* Introducing boundingRect2f() - update - tested
2016-12-12 21:29:53 +02:00
Alexander Alekhin
7bceef715c
test: fix mulSpectrums error tolerance
2016-12-10 18:38:05 +03:00
Alexander Alekhin
6946f510fe
mulSpectrums: refactor code
2016-12-08 18:03:14 +03:00
Alexander Alekhin
62c9ff25e5
core: added inplace check in 'divSpectrums'
2016-12-07 19:59:16 +03:00
Alexander Alekhin
ab429d2e73
test: fix inplace in 'mulComplex' from test_dxt
2016-12-07 19:55:40 +03:00
Alexander Alekhin
21f3531b17
core: fix inplace support in mulSpectrums
2016-12-07 19:42:34 +03:00
Alexander Alekhin
25727454d9
Merge pull request #7807 from alalek:ipp_build_fix_2.4
2016-12-07 16:00:20 +00:00
Maksim Shabunin
cf97e6e00f
Merge pull request #7806 from alalek:backport_7640
2016-12-07 14:00:41 +00:00
Alexander Alekhin
10d1b33a80
perf: remove tvl1 check for magic numbers, reduce number of samples
2016-12-06 20:10:40 +03:00
Alexander Alekhin
a05444618c
test: tvl1 test check update
2016-12-06 20:10:40 +03:00
Alexander Alekhin
d42d155c16
java: fix PATH environment variable
2016-12-06 20:07:30 +03:00
Alexander Alekhin
2d28bb4171
ipp: disable compilation with IPP 9+
2016-12-06 16:04:35 +03:00
Vadim Pisarevsky
3d8395cae9
Merge pull request #7743 from alalek:cmake_ffmpeg_cleanup_2.4
2016-11-29 17:35:12 +00:00
Alexander Alekhin
32f568308a
cmake: cleanup ffmpeg detection
2016-11-28 00:21:46 +03:00
Alexander Alekhin
90da593316
highgui: g_thread_create deprecated warning
2016-11-26 18:12:04 +03:00
Alexander Alekhin
ac118aee78
Merge pull request #7733 from alalek:debug_check_matrelease_2.4
2016-11-26 08:13:38 +00:00
Alexander Alekhin
56ed8b1721
calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
2016-11-26 02:43:39 +03:00
Alexander Alekhin
e878b60dbc
core: drop type/dims/rows/cols information in Mat::release()
2016-11-26 02:43:05 +03:00
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