Borrar filtros
Borrar filtros

how get centroid contour distance at certain degrees?

1 visualización (últimos 30 días)
Robin
Robin el 26 de Mzo. de 2014
Respondida: Image Analyst el 26 de Mzo. de 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

Respuestas (1)

Image Analyst
Image Analyst el 26 de Mzo. de 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.

Community Treasure Hunt

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

Start Hunting!

Translated by