1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00
Commit Graph

12 Commits

Author SHA1 Message Date
Maksim Shabunin
94e777ba45 Trying to fix some tests 2015-09-08 16:16:37 +03:00
Vadim Pisarevsky
e18103e2e3 Merge pull request #221 from xolodilnik:fast_hough_transform 2015-08-21 06:52:06 +00:00
sbokov
6a0545e6fe Improving DisparityWLSFilter interface and adding a tutorial
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.
2015-07-31 16:09:41 +03: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
xolodilnik
7a9e4dd453 added a calculation of the Fast Hough Transform of an image 2015-04-30 12:40:56 +03:00
vludv
d08c398c52 Added license 2014-08-12 21:02:22 +04:00
vludv
e622117f78 Try to fix GCC warnings again 2014-08-12 12:31:25 +04:00
vludv
0687cdd19d fixed gcc and clang warnings 2014-08-12 02:28:19 +04:00
vludv
349692044c The functionality was put into ximgproc namespace. Some refactoring. Fixed some warnings. 2014-08-11 19:17:40 +04:00
vludv
3097f395f4 Added joint bilateral filter realization. 2014-08-10 18:39:37 +04:00
vludv
b0e450d2ed Added edge-aware filters. 2014-08-08 01:01:54 +04:00