- 10 Apr, 2017 1 commit
-
-
Balint Cristian authored
-
- 29 Mar, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 28 Mar, 2017 1 commit
-
-
lhelontra authored
-
- 11 Jan, 2017 1 commit
-
-
Balint Cristian authored
-
- 04 Jan, 2017 1 commit
-
-
StevenPuttemans authored
-
- 26 Dec, 2016 1 commit
-
-
LaurentBerger authored
-
- 23 Dec, 2016 1 commit
-
-
LaurentBerger authored
-
- 16 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 13 Dec, 2016 1 commit
-
-
Jinhan Lee 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
-
- 30 Nov, 2016 1 commit
-
-
StevenPuttemans authored
added thinning sample added thinning tests
-
- 25 Aug, 2016 1 commit
-
-
jhlee525 authored
* Add bilateral texture filter * Change tab to space
-
- 18 Aug, 2016 1 commit
-
-
StevenPuttemans 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
-
- 06 Apr, 2016 1 commit
-
-
Balint Cristian authored
-
- 04 Feb, 2016 1 commit
-
-
Amro authored
- no for-loops - support all thresholding types - support any input image depth - add Doxygen comments
-
- 20 Jan, 2016 1 commit
-
-
Maximilien Cuony authored
-
- 22 Dec, 2015 1 commit
-
-
Zhou Chao authored
-
- 11 Dec, 2015 1 commit
-
-
Balint Cristian authored
-
- 10 Nov, 2015 1 commit
-
-
Balint Cristian authored
-
- 04 Nov, 2015 1 commit
-
-
Maximilien Cuony authored
-
- 03 Nov, 2015 1 commit
-
-
Maximilien Cuony authored
-
- 31 Oct, 2015 5 commits
-
-
Oded Green authored
-
Oded Green authored
-
Oded Green authored
-
Oded Green authored
-
Oded Green authored
-
- 16 Sep, 2015 1 commit
-
-
Zhou Chao authored
-
- 15 Sep, 2015 1 commit
-
-
sbokov authored
* Sparse match interpolator interface and EdgeAwareInterpolator were added to the ximgproc module * New optical flow algorithm, based on PyrLK sparse OF and sparse match interpolation, is added to the optflow module
-
- 09 Sep, 2015 1 commit
-
-
Zhou Chao 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 3 commits
-
-
xolodilnik authored
-
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.
-
- 30 Apr, 2015 2 commits
-
-
xolodilnik authored
-
xolodilnik authored
-
- 18 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-