Code for hough transform for Line detection

조회 수: 7 (최근 30일)
sanchit tanwar
sanchit tanwar 2019년 11월 29일
댓글: Bashar Sharba 2023년 5월 3일
I am trying to write a code for hough transform line detection and then superimposing the lines on the image. Basically the code for the work done with the help of 3 inbuilt functions - hough(), houghpeaks(), houghlines().
I have tries a lot of techniques and then looked for some options available online but couldn't find anything related to this.
Can anyone suggest me how to do this?
  댓글 수: 1
Bashar Sharba
Bashar Sharba 2023년 5월 3일
Im also try trying to write a Matlab code to Insert an image that contains a specific shape, then insert another image, select shapes that match the shape in the first image, and determine its location using hough transform

댓글을 달려면 로그인하십시오.

답변 (1개)

Divya Gaddipati
Divya Gaddipati 2019년 12월 3일
Please refer to the following link for understanding how to use Hough transform to detect lines in images.

Community Treasure Hunt

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

Start Hunting!

Translated by