how should i find orientation of binary cell in this image with respective its x axis of each cell please anyone help me.....
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
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
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!