- 04 Dec, 2019 1 commit
-
-
Brian Wignall authored
backport commit 8c092493
-
- 13 Nov, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2019 1 commit
-
-
Nicolas Abril authored
If 'lambda <= 0' or 'kappa <= 1.0', the stop condition for the solver is never met because beta would not be increasing.
-
- 05 Aug, 2019 1 commit
-
-
Tobias Senst authored
Enhance EdgeAwareInterpolation no. matches limitation (#2209) * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types * fix wrong allocation of labels mats CV16S to CV_32S
-
- 17 Jun, 2019 1 commit
-
-
RAJKIRAN NATARAJAN authored
* issue-2060: implement ability to return scores for edgeboxes implementation * issue-2060: address feedback to add some foolproofing
-
- 01 Jun, 2019 1 commit
-
-
Andrew authored
-
- 05 Apr, 2019 1 commit
-
-
Julian Seuffert authored
If the disparity maps have the depth CV_32F, they are wls-filtered in `DisparityWLSFilterImpl::filter` but the result is not saved in the OutputArray of the method. Now, the result is copied to that array.
-
- 04 Dec, 2018 1 commit
-
-
YTY authored
-
- 16 Nov, 2018 1 commit
-
-
Jukka Komulainen authored
* fbs_filter add lambda & revise imtypes * fix warnings * fix fbs function prototypes
-
- 10 Nov, 2018 1 commit
-
-
LaurentBerger authored
-
- 09 Nov, 2018 1 commit
-
-
Jukka Komulainen authored
* add fast bilateral solver from master * fix unused variables warnings in disparity_filtering.cpp * trailing whitespaces removed
-
- 14 Oct, 2018 1 commit
-
-
tompollok authored
-
- 02 Jul, 2018 1 commit
-
-
LaurentBerger authored
* Some bugs in deriche and paillou filter * Cv_Assert to CV_CheckType
-
- 31 May, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 17 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 25 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
* android: fix build warnings * build: fix warnings
-
- 24 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 16 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
- eliminated "float th = 1e-5f" magic value (replaced to explicit checks) - eliminate manual memory allocation - avoid out of range access (i == alls)
-
- 30 Mar, 2018 1 commit
-
-
LaurentBerger authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Feb, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 30 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 22 Nov, 2017 3 commits
-
-
LaurentBerger authored
-
fiammante authored
Bright edges source code and demo (#1449) * Bright edges source code and demo * Fix mac errors * Upload again because of null characters * Convert to UTF-8 * Change cv::WindowFlags::WINDOW_AUTOSIZE * Remove parameter * Remove trailing white spaces (documentation builld error * Remaining white spaces * Correct warning * Correct surround * Add comment * Moving prototype out of header * Add ximgproc namespace, fix example. * Fix namespace for example * Remove windows desctruction * Correct Mat declaration * Removed unused gray * Change local functions to static * Remove tabs and replace by 4 spaces * Add comments * Fix comments * Retry for random test stereo failure
-
Alexander Alekhin authored
-
- 20 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 02 Nov, 2017 1 commit
-
-
kushalvyaskv authored
-
- 31 Oct, 2017 1 commit
-
-
Leonardo lontra authored
samples added fix edgeboxes_demo fix edgeboxes_demo added edgeboxes bib fix edgeboxes_demo small fixes fix edgeboxes_demo fix warnings fix warnings small fixes detectEdges needs rgb image instead bgr image. Removed unnecessary protection small fixes
-
- 23 Oct, 2017 2 commits
-
-
LaurentBerger authored
-
LaurentBerger authored
-
- 13 Oct, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 26 Sep, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 25 Sep, 2017 1 commit
-
-
Piotr Majkrzak authored
-
- 25 Aug, 2017 2 commits
-
-
Alexander Alekhin authored
-
Jaykob authored
* Replace OpenMP parallelization with OpenCV's general parallel_for_ to cover other backends than OpenMP. * Fixed shadowing of range variable in C++11 mode.
-
- 16 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
fixes warning on MacOSX Xcode 8.3.3
-
- 27 Jul, 2017 1 commit
-
-
berak authored
-
- 02 Jun, 2017 2 commits
-
-
Yuriy Obukh authored
-
Natsuki Kawai authored
Fixed a buffer overflow which occurs when setImage is called with different images and default image_id.
-