how get centroid contour distance at certain degrees?
Show older comments
I have an image and I already get the boundary and the weighted centroid of region of interest. I want to get the coordinate point of boundary at certain degrees. It starts from coordinate point at 0 degree from centroid point(blue colour in image)a,d its counterclockwise. Can anyone help me about this? Thx for the help
Answers (1)
Image Analyst
on 26 Mar 2014
0 votes
Calculate the angle of every point using atan2d() then use both returned values from min() to find which one is closest to the angle you're looking for. Let me know if you can't figure it out from those instructions. It's like 2 lines if you vectorize it.
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!