- 14 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Dec, 2017 1 commit
-
-
berak authored
-
- 22 Nov, 2017 2 commits
-
-
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
-
- 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
-
- 26 Sep, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 25 Sep, 2017 1 commit
-
-
Piotr Majkrzak authored
-
- 23 May, 2017 1 commit
-
-
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
-
- 28 Mar, 2017 1 commit
-
-
lhelontra authored
-
- 07 Mar, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 11 Jan, 2017 1 commit
-
-
Balint Cristian authored
-
- 26 Dec, 2016 1 commit
-
-
LaurentBerger authored
-
- 23 Dec, 2016 1 commit
-
-
LaurentBerger authored
-
- 16 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 12 Dec, 2016 1 commit
-
-
Jinhan Lee authored
This simple detector runs up to two times faster than LSD while achieving competitive results. Please evaluate the algorithm with samples/fld_lines.cpp
-
- 05 Dec, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 30 Nov, 2016 1 commit
-
-
StevenPuttemans authored
added thinning sample added thinning tests
-
- 29 Aug, 2016 1 commit
-
-
berak authored
-
- 14 Jul, 2016 1 commit
-
-
LaurentBerger authored
Paillou Filter comment : english tab and assert Mat(instead of new) InputArray and ptr<Type>() Outputarrays OutputArray as argument Update doc
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 04 May, 2016 1 commit
-
-
StevenPuttemans authored
-
- 04 Feb, 2016 1 commit
-
-
Amro authored
- read image as 1-channel grayscale - 3 trackers to control function parameters - K allowed to go to negative values (usually to detect black text on white bg)
-
- 20 Jan, 2016 1 commit
-
-
Maximilien Cuony authored
-
- 03 Nov, 2015 1 commit
-
-
Maximilien Cuony authored
-
- 23 Sep, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 31 Jul, 2015 1 commit
-
-
sbokov authored
Now the filter natively supports StereoBM and StereoSGBM with no parameter tuning required. Also, now user won't need to set the ROI and the right matcher parameters manually, it is all done in the respective convenience factory method based on the left matcher instance. Tutorial was added to clarify the provided example of use.
-
- 26 Jul, 2015 1 commit
-
-
Samyak Datta authored
All Niblack related code now resides inside ximgproc and not as a separate new module.
-
- 25 Jun, 2015 1 commit
-
-
sbokov authored
DisparityWLSFilter demonstrated the best results, so I removed all the other filters. Quality was significantly improved by adding confidence support to the filter (left-right consistency + penalty for areas near depth discontinuities). Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was rewritten for better compliance with OpenCV standards. Added accuracy and performance tests. Documentation was added, as well as references to the original papers.
-
- 03 Jun, 2015 2 commits
-
-
xolodilnik authored
-
xolodilnik authored
modules/ximgproc/include/opencv2/ximgproc/fast_hough_transform.hpp moved from modules/ximgproc/include/opencv2/ximgproc.hpp HoughPoint2Line returned Vec4i instead of OutputArray
-
- 29 May, 2015 1 commit
-
-
sbokov authored
Added basic interface and demo for disparity filtering, added unoptimized fast weighted least squares filter implementation. Current demo tests domain transform, guided and weighted least squares filters on a dataset, measures speed and quality.
-
- 22 May, 2015 1 commit
-
-
BISMOY MURASING authored
-
- 30 Apr, 2015 2 commits
-
-
xolodilnik authored
-
xolodilnik authored
-