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 (2025). Detect lines in grayscale image using Hough Transform (https://jp.mathworks.com/matlabcentral/fileexchange/9226-detect-lines-in-grayscale-image-using-hough-transform), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Transforms > Hough Transform >
Help Center および MATLAB Answers で Hough Transform についてさらに検索
タグ
謝辞
ヒントを与えたファイル: 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. |