资源简介
LSD: a Line Segment Detector文章中的方法,由于原网站上只公布了open CV的 代码,这个是matlab 的实现代码,精度比霍夫变换高不止一个数量级,只需运行主函数Mainfun即可,无需安装,无需任何配置。只要把自己的图像输进去,就可以了,牛逼的话,你还可以再次版本上完善,修改。
代码片段和文件信息
function [Ix Iy]=CannySuppression(IxIy threshold)
% Canny gradient suppression.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-12-20 21:51 line_detector\
文件 12292 2006-04-11 06:41 line_detector\.DS_Store
文件 86 2005-05-19 23:24 line_detector\CannySuppression.m
文件 129259 2005-05-19 23:24 line_detector\cube.jpg
文件 22105 2005-05-19 23:24 line_detector\GradientQuantization.m
文件 4353 2005-05-19 23:24 line_detector\LineFitting.m
文件 5856 2005-05-19 23:24 line_detector\LineFitting2.m
文件 6737 2005-05-19 23:24 line_detector\LineSegment.asv
文件 6739 2005-09-02 08:23 line_detector\LineSegment.m
文件 6417 2005-09-02 09:30 line_detector\line_detector.m
文件 273 2005-05-19 23:24 line_detector\lookuptable.m
文件 366 2006-04-11 06:25 line_detector\Mainfun.m
文件 522 2005-09-02 08:15 line_detector\PointProjToLine.m
文件 635 2005-05-19 23:24 line_detector\prewitt.m
文件 555 2005-05-19 23:24 line_detector\sobel.m
评论
共有 条评论