103yiran
a03b7575ba
make it compatible with clang
2019-05-30 14:04:40 +08:00
Alexander Alekhin
8bae39ce8a
Merge pull request #13669 from alalek:test_eigen_relax_eps_2.4
2019-01-21 18:32:22 +03:00
Alexander Alekhin
30b01a2d29
core(test): relax eigen eps value: 0.01 -> 0.02
2019-01-21 15:18:10 +03:00
Alexander Alekhin
dc328451eb
flann: use OpenCV theRNG()
...
std::rand() has no thread-safe guarantee.
backport commit: 147f3ebf0a
2019-01-21 13:45:08 +03:00
Kangning Song
0157ff0bc3
fix initial values bug
2018-12-23 11:29:42 +08:00
Alexander Alekhin
7b677bb017
videoio(dc1394): use lazy initialization on demand
...
backport eb1f3733ee into 2.4
2018-12-15 08:09:22 +00:00
Siwei Xu
7f3af2b2d9
androidcamera: add a missing header.
...
fix #11699 Missing std header
2018-11-24 01:31:50 +08:00
Alexander Alekhin
b0f0194595
gpu(sparse_multi): fix definition without TBB
2018-08-08 16:26:55 +03:00
Alexander Alekhin
51cfa51924
OpenCV version++
...
2.4.13.7
2018-07-02 15:41:56 +03:00
Alexander Alekhin
19f4c4403a
videoio(ffmpeg): specify stream->time_base
...
backport 5128c1ff1f
2018-05-31 18:34:43 +03:00
juanitov
cbae431752
Fix HAVE_TBB is not defined in pyrlk.cu in spite of CMake TBB option is ON
2018-05-31 16:34:49 +03:00
Juan María Gómez López
0239c195d8
Merge pull request #11060 from juanecito:2.4
...
* Thread-safe version of sparse function in cv::gpu::PyrLKOpticalFlow
class. The new function name is sparse_multi
* Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow. Tests
* Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow class.
Add intel_TBB conditional compilation
2018-05-16 14:32:42 +03:00
shengyu
dd131219b2
tab to space
2018-05-10 23:14:04 +08:00
ilovezfs
99091a6246
Fix build with FFmpeg 4.0
...
Backport of https://github.com/opencv/opencv/pull/10011 .
2018-04-21 09:09:12 -07:00
Alexander Alekhin
0354d01e79
OpenCV version++
...
2.4.13.6
2018-02-21 18:27:31 +00:00
Alexander Alekhin
318ac6b8c9
imgcodecs: fix RBaseStream hang on truncated inputs
...
6e8241b78d
2018-02-21 13:24:08 +03:00
Alexander Alekhin
56072c4406
imgcodecs: add more Jasper checks for supported and tested cases
...
435a3e337b
2018-02-19 16:43:47 +03:00
Alexander Alekhin
cd64b504b8
imgcodecs: add overflow checks
...
imgcodecs: remove assert() usage
Origin commits:
- be5247921d
- 8a76fadaa3
2018-02-19 16:38:08 +03:00
Alexander Alekhin
443059e371
imgcodecs(pxm): fix memcpy size
...
7bbe1a53cf
2018-02-19 16:37:51 +03:00
mworchel
8b90db3f25
Add mask support to SimpleBlobDetector
2018-01-25 13:34:12 +01:00
Arthur Williams
1f4b8c2785
Fixed #10433
...
backport #10435
2017-12-28 02:32:43 +00:00
Alexander Alekhin
97eae6b546
OpenCV version++
...
2.4.13.5
2017-12-19 23:11:33 +00:00
Alexander Alekhin
00cc4aa230
calib3d: fix fisheye stereoRectify test
...
- don't write into testdata directory
- check matrices instead of result images
2017-11-30 16:41:37 +03:00
James Perkins
c1dea8465e
test_stereomatching.cpp: validate min disparity affect on valid ROI
2017-10-30 11:27:11 -07:00
Alexander Alekhin
678d383f26
Merge pull request #9844 from opalmirror:fix_stereobm_mindisp_truncation_24
...
fix StereoBM disparity map right margin truncation when minDisparities > 0
2017-10-30 18:48:48 +03:00
blendin
c46521ad65
Fix out of bounds write
2017-10-23 12:43:22 +03:00
James Perkins
7d8110772a
fix StereoBM disparity map right margin truncation when minDisparities > 0
2017-10-12 17:20:28 -07:00
Alexander Alekhin
fb4c2ba64d
OpenCV version++
...
2.4.13.4
2017-10-12 14:32:33 +03:00
Yaron Inger
621a1d3b09
videoio: remove AssetsLibrary dependency.
...
The entire AssetsLibrary framework is deprecated since iOS 8.0. The code
used in the camera example code can use UIKit to save videos to the
camera instead, which allows to avoid linking with PhotoKit instead to
prevent increasing the iOS deployment target.
2017-10-09 15:14:25 +03:00
berak
14b686cdc7
imgcodecs: fix 4 reading channel bmp images
2017-10-09 15:11:28 +03:00
blendin
0202e52747
Fix out of bounds write
2017-10-09 15:10:03 +03:00
KUANG Fangjun
c92ecc7f96
Improve the documentation.
2017-10-09 15:03:10 +03:00
Igor Wodiany
37d4e24806
Fix a memory leak in the Mat copying constructor
...
Exception may be rasied inside the body of a copying constructor after
refcount has been increased, and beacause in the case of the exception
destrcutor is never called what causes memory leak. This commit adds a
workaround that calls the release() function before the exception is
thrown outside the contructor.
2017-10-05 22:24:43 +01:00
Alexander Alekhin
da9395b592
imgcodecs: fix regression 9376
2017-09-19 13:05:34 +03:00
Alexander Alekhin
df1a026329
imgcodesc: fix code problems with integer overflow / address arithmetic / UB
2017-09-19 12:39:32 +03:00
Alexander Alekhin
dd9bf1ba1d
Merge pull request #9435 from alalek:fix_numpy_warning_2.4
...
(2.4) python: eliminate -Wundef warning about NPY_INTERNAL_BUILD
2017-09-15 18:26:26 +00:00
Alexander Alekhin
30f7576029
Merge pull request #9383 from alalek:imgcodecs_refactoring_2.4
2017-08-22 16:36:18 +00:00
Alexander Alekhin
8a2bbc57e4
python: eliminate -Wundef warning about NPY_INTERNAL_BUILD
...
numpy 1.13.0+
2017-08-22 11:59:54 +03:00
Alexander Alekhin
e575b5ff9a
cmake: remove INSTALL_NAME_DIR
2017-08-21 19:17:52 +03:00
Alexander Alekhin
355553b0a6
cmake: CMP0026 NEW
2017-08-21 18:48:17 +03:00
Alexander Alekhin
d25b04149a
cmake: CMP0022 NEW
2017-08-21 18:26:57 +03:00
Alexander Alekhin
72d29259ca
imgcodecs: refactoring, improve code quality
2017-08-16 18:25:09 +00:00
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