Implementing Hough transform for points with X and Y coordinates.
조회 수: 8 (최근 30일)
이전 댓글 표시
Hi all
I have the x-y coordinates of 10 points in two rows, each 5 points in one row. I want to plot these points and implement Hough transform to fit line along the points in each row. I also want to estimate the centerline line between these two rows. Could someone please help me with the matlab codes to solve this problem. Your help is highly appreciated. the x, y coordinates of the points are:
x=[2,2,2,2,2,4,4,4,4,4],
y=[2,4,6,8,10,2,4,6,8,10]
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!