Alexander Alekhin
b398b572cc
OpenCV version++
...
2.4.13.3
8 years ago
Alexander Alekhin
7dceebbc4e
flann: fix out of buffer access
8 years ago
kvaghel1
6bafc2c598
Fix frame timestamp in VideoCapture::get
8 years ago
Varun Agrawal
af3c544483
All vector definitions have correct namespace scopes
8 years ago
Alexander Alekhin
aae7621243
highgui(macos): fix video file reading via AVFoundation
8 years ago
Sabelo
f71bf21aaf
Unhandled Objective-C exception when playing video
8 years ago
Raghuram Krishnaswami
d0f3a14456
Modified doc for gpu::reduce(fixes issue 8628)
8 years ago
krishraghuram
01e34b6a91
correct bug in fastmeans (ref #7899 ) ( #8757 )
8 years ago
kvaghel1
27213a845f
Correct findChessboardCorners flags naming in calib3d doc.
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
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
ebae963884
drawing: workaround MSVC2010 32-bit compiler bug
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
Suleyman TURKMEN
f108795e2c
Update sift.cpp
8 years ago
Alexander Alekhin
d7504ecaed
OpenCV version++
8 years ago
Rostislav Vasilikhin
8444c23803
fixed segfault at ORB::compute() near image's border
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
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
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
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
10d1b33a80
perf: remove tvl1 check for magic numbers, reduce number of samples
8 years ago
Alexander Alekhin
a05444618c
test: tvl1 test check update
8 years ago
Alexander Alekhin
d42d155c16
java: fix PATH environment variable
8 years ago
Alexander Alekhin
2d28bb4171
ipp: disable compilation with IPP 9+
8 years ago
Alexander Alekhin
32f568308a
cmake: cleanup ffmpeg detection
8 years ago
Alexander Alekhin
90da593316
highgui: g_thread_create deprecated warning
8 years ago
Alexander Alekhin
56ed8b1721
calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
8 years ago
Alexander Alekhin
e878b60dbc
core: drop type/dims/rows/cols information in Mat::release()
8 years ago
Alexander Alekhin
6fb75c677b
viz: update for VTK6.2+
...
PCL PR 1205
8 years ago
Alexander Alekhin
4a759abe39
Revert "Fix for VTK6.2 issue."
...
This reverts commit f45da9866a
.
8 years ago
Alexander Alekhin
da75d129fe
java: fix Calib3d test
8 years ago
Alexander Alekhin
8e22b17919
java: backport test changes from master
8 years ago
Alexander Alekhin
f21f153a5f
test: backport check for Image_KernelSize_GaborFilter2d perf test
8 years ago
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
8 years ago
Alexander Alekhin
0a543c5531
test: fix Legacy_StereoGC.regression assertion
8 years ago
Alexander Alekhin
19270eeab4
warnings
8 years ago
Alexander Alekhin
497d0fd2e7
build: OSSpinLock deprecation warning
8 years ago
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
8 years ago
Rostislav Vasilikhin
d23190dc3e
fixed channel order from YVU to YUV
8 years ago
Alexander Alekhin
c585d3890e
core: update CV_XADD
...
Allow to use custom implementations of CV_XADD (passed via -D of CXXFLAGS)
8 years ago
Rostislav Vasilikhin
e3070ed553
fixed YUV channel equivalence
8 years ago
Alexander Alekhin
8577f71810
ts: 2.4 changes
8 years ago