Azzera filtri
Azzera filtri

how get centroid contour distance at certain degrees?

1 visualizzazione (ultimi 30 giorni)
Robin
Robin il 26 Mar 2014
Risposto: Image Analyst il 26 Mar 2014
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

Risposte (1)

Image Analyst
Image Analyst il 26 Mar 2014
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.

Categorie

Scopri di più su Contour Plots in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by