How to get point set of the starting point to ending point?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 15 Jan 2018
improfile() for the general case. In the case where the points are horizontal or vertical from each other, you could just plain indexing.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!