How to get point set of the starting point to ending point?
1 次查看(过去 30 天)
显示 更早的评论
Hi all, I have image and do canny for edge detection. So, how can I get points set from specific starting point to end point?
0 个评论
回答(1 个)
Walter Roberson
2018-1-15
improfile() for the general case. In the case where the points are horizontal or vertical from each other, you could just plain indexing.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!