- 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.
-
- 24 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 23 May, 2017 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
added optimized anisotropic diffusion filter (rewrite of https://github.com/opencv/opencv/pull/8362)
-
- 10 May, 2017 1 commit
-
-
lhelontra authored
fixed typo replaces Mat& to Input/OutputArray in public methods. small fix. small fixes
-
- 05 May, 2017 1 commit
-
-
saskatchewancatch authored
1) Modified cv::ximgproc::niBlackThreshold to support binarization using popular Niblack inspired techniques. Sauvola, Wolf, and NICK support added. 2) Changed niblack_thresholding.cpp sample to allow experimentation with these new methods 3) Added/updated docs where appropriate
-
- 01 May, 2017 2 commits
-
-
olivierpascal authored
-
olivierpascal authored
-