Detect lines in grayscale image using Hough Transform

Versión 1.0.0.0 (423 KB) por Tao Peng
Detection of lines (line segments) in a grayscale image using gradient-based Hough Transform.
24,2K descargas
Actualizado 6 dic 2005

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP2
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspiración para: LoadGaus()

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Updated on Dec. 05, 2005.