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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/168900/image.png)
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!