Detect lines in grayscale image using Hough Transform

버전 1.0.0.0 (423 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.