Detect lines in grayscale image using Hough Transform
Versione 1.0.0.0 (423 KB) da
Tao Peng
Detection of lines (line segments) in a grayscale image using gradient-based Hough Transform.
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.
Cita come
Tao Peng (2026). Detect lines in grayscale image using Hough Transform (https://it.mathworks.com/matlabcentral/fileexchange/9226-detect-lines-in-grayscale-image-using-hough-transform), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R14SP2
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Transforms > Hough Transform >
Scopri di più su Hough Transform in Help Center e MATLAB Answers
Tag
Riconoscimenti
Ispirato: LoadGaus()
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | Updated on Dec. 05, 2005. |
