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

1 visualizzazione (ultimi 30 giorni)

Risposta accettata

Image Analyst
Image Analyst il 25 Nov 2022
Modificato: Image Analyst il 25 Nov 2022
Try this
mask = bwconvhull(mask, 'objects');
props = regionprops(mask, 'Orientation');
allAngles = [props.Orientation]
  6 Commenti
Shri.s
Shri.s il 8 Dic 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...!

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by