1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 06:11:09 +08:00
Commit Graph

9 Commits

Author SHA1 Message Date
Vadim Pisarevsky
e18103e2e3 Merge pull request #221 from xolodilnik:fast_hough_transform 2015-08-21 06:52:06 +00:00
sbokov
7c421ba2b3 Adding confidence support and optimizing disparity filtering
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.
2015-06-25 16:31:34 +03:00
xolodilnik
a02af4a12b modules/ximgproc/include/opencv2/ximgproc/fast_hough_transform.hpp moved from modules/ximgproc/include/opencv2/ximgproc.hpp
HoughPoint2Line returned Vec4i instead of OutputArray
2015-06-03 18:17:10 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
Beat Küng
05293a4c31 seeds: add SEEDS superpixels implementation to ximgproc module 2014-09-09 11:40:29 +02:00
Alexander Shishkov
6ebd07b299 mistypes in folders name 2014-08-15 12:03:57 +04:00
Alexander Shishkov
c1780f67b8 renamed internal folders 2014-08-15 11:44:13 +04:00
vludv
d08c398c52 Added license 2014-08-12 21:02:22 +04:00
vludv
349692044c The functionality was put into ximgproc namespace. Some refactoring. Fixed some warnings. 2014-08-11 19:17:40 +04:00