Alexander Alekhin
91a6940930
Merge pull request #8574 from elmewo:fix-affine-constructor
...
fix creation homogeneous affine matrix when constructing from 4x3 cv::Mat
8 years ago
Alexander Alekhin
7577f1420d
Merge pull request #8592 from tomoaki0705:fixTypoCalib3d24
...
calib3d: fix typo
8 years ago
Tomoaki Teshima
c72a191145
fix typo
8 years ago
André Mewes
34d7b96bfc
create homogeneous affine matrix when constructing from 4x3 cv::Mat
8 years ago
Alexander Alekhin
160f26192c
Merge pull request #8562 from alalek:fix_ffmpeg_check_2.4
...
(2.4) ffmpeg: add __STDC_CONSTANT_MACROS to check code
8 years ago
Alexander Alekhin
9e76ba5ccd
ffmpeg: add __STDC_CONSTANT_MACROS to check code
8 years ago
Alexander Alekhin
ec784331fb
Merge pull request #8353 from lpetre:backport_3593
...
backport of PR #3593
8 years ago
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).
8 years ago
Alexander Alekhin
d856604a4a
Merge pull request #8322 from StevenPuttemans:backport_8207
...
backport of PR #8207
8 years ago
StevenPuttemans
ab806b63a7
backport of PR #8207
8 years ago
Alexander Alekhin
0051744fa0
Merge pull request #8267 from umbraclet16:fixCalibSample
...
Solve issue #8264
8 years ago
umbraclet16
b8d99e1ffb
Solve issue #8264
...
Fix bug in camera_calibration.cpp that the program tries to
parse input of type VIDEO_FILE as IMAGE_LIST which causes the
program to crash.
8 years ago
Alexander Alekhin
54f65a4672
Merge pull request #8002 from alalek:c_defines_2.4
...
(2.4) cmake: add defines to enable useful macroses
8 years ago
Alexander Alekhin
d103c116db
Merge pull request #8031 from terfendail:shortline_fix_2.4
...
Backport of PR #7161 fix for drawing beyond 32768 range
8 years ago
Alexander Alekhin
e304795622
cmake: add defines to enable useful macroses
8 years ago
Alexander Alekhin
ebae963884
drawing: workaround MSVC2010 32-bit compiler bug
8 years ago
Vadim Pisarevsky
19e4c7727b
Merge pull request #7546 from savuor:fix2.4/yuv_channel_order
8 years ago
Alexander Alekhin
f2a59b3d94
Merge pull request #7913 from DabeDotCom:CoreImage-pre_Xcode_7
8 years ago
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)
8 years ago
Vitaly Tuzov
2346ba7ea2
Backport of PR #7161 fix for drawing beyond 32768 range
8 years ago
parismita
f5db748312
Update linux_install.rst ( #7776 )
...
* Update linux_install.rst
whitespace between -D and \<option\> removed
* Update linux_install.rst
* Update linux_install.rst
* Update linux_install.rst
* Update linux_install.rst
* Update linux_install.rst
* Update linux_install.rst
* Update linux_install.rst
* Update linux_install.rst
* Update linux_install.rst
8 years ago
Alexander Alekhin
3e66654963
Merge pull request #7973 from sturkmen72:patch-2
8 years ago
Suleyman TURKMEN
f108795e2c
Update sift.cpp
8 years ago
Alexander Alekhin
6ed571b3c6
Merge pull request #7893 from alalek:fix_ffmpeg_check_2.4
8 years ago
Alexander Alekhin
9d45f15627
cmake: fix ffmpeg check code
8 years ago
Alexander Alekhin
d7504ecaed
OpenCV version++
8 years ago
Alexander Alekhin
c7ae26bf24
Merge pull request #7879 from alalek:backport_7852
8 years ago
Rostislav Vasilikhin
8444c23803
fixed segfault at ORB::compute() near image's border
8 years ago
Alexander Alekhin
22df206e1f
Merge pull request #7875 from alalek:winpack_fix_2.4
...
cmake: update PDB support condition
8 years ago
Alexander Alekhin
b06bd50144
cmake: update PDB support condition
...
Unfortunately there is no stable support for installation of PDB files in CMake.
This patch is just eliminate problems with modern versions.
8 years ago
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
8 years ago
Alexander Alekhin
49e6bb2993
Merge pull request #7868 from alalek:icc_2.4
...
(2.4) Build with ICC
8 years ago
Alexander Alekhin
667cb2e9fc
Merge pull request #7867 from alalek:cuda_warnings_2.4
...
(2.4) Fix CUDA warnings
8 years ago
Alexander Alekhin
041502e42c
build: eliminate ICC warnings
8 years ago
Alexander Alekhin
d206e84a13
cmake: use -fp-model precise with ICC
8 years ago
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]
8 years ago
Alexander Alekhin
7db13c7aab
Merge pull request #7847 from alalek:install_docs_target_2.4
8 years ago
Alexander Alekhin
af0ee306cf
Merge pull request #7819 from alalek:fix_mulSpectrums_inplace_2.4
8 years ago
Alexander Alekhin
7241b90dec
cmake: special target to build/install docs only
8 years ago
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
8 years ago
Alexander Alekhin
7bceef715c
test: fix mulSpectrums error tolerance
8 years ago
Alexander Alekhin
26fbaada0a
cmake: disable warning C4127 for MSVS < 2015
8 years ago
Alexander Alekhin
6946f510fe
mulSpectrums: refactor code
8 years ago
Alexander Alekhin
62c9ff25e5
core: added inplace check in 'divSpectrums'
8 years ago
Alexander Alekhin
ab429d2e73
test: fix inplace in 'mulComplex' from test_dxt
8 years ago
Alexander Alekhin
21f3531b17
core: fix inplace support in mulSpectrums
8 years ago
Alexander Alekhin
7be4a0ee2f
Merge pull request #7809 from alalek:backport_7797
8 years ago
Alexander Alekhin
25727454d9
Merge pull request #7807 from alalek:ipp_build_fix_2.4
8 years ago
Maksim Shabunin
29f5294fd2
Merge pull request #7808 from alalek:backport_7767
8 years ago
Maksim Shabunin
cf97e6e00f
Merge pull request #7806 from alalek:backport_7640
8 years ago