Detect lines in grayscale image using Hough Transform

版本 1.0.0.0 (422.9 KB) 作者: Tao Peng
Detection of lines (line segments) in a grayscale image using gradient-based Hough Transform.
24.2K 次下载
更新时间 2005/12/6

查看许可证

Hough transform for line detection based on image's gradient field.

1. Operates on grayscale images, NOT B/W bitmaps.
2. NO loops involved in the implementation of Hough transform, which makes the operation fast.
3. Able to detect the two ends of line segments.

引用格式

Tao Peng (2024). Detect lines in grayscale image using Hough Transform (https://www.mathworks.com/matlabcentral/fileexchange/9226-detect-lines-in-grayscale-image-using-hough-transform), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: LoadGaus()

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Updated on Dec. 05, 2005.