how should i find orientation of binary cell in this image with respective its x axis of each cell please anyone help me.....

1 visualización (últimos 30 días)

Respuesta aceptada

Image Analyst
Image Analyst el 25 de Nov. de 2022
Editada: Image Analyst el 25 de Nov. de 2022
Try this
mask = bwconvhull(mask, 'objects');
props = regionprops(mask, 'Orientation');
allAngles = [props.Orientation]
  6 comentarios
Shri.s
Shri.s el 8 de Dic. de 2022
Image Analyst.....sir we have find the orientation of each cell present in that Binary image, but now how can i write or save this orientation or angles in excel sheet to use this angles as master angles for another image
please help me...!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by