How to find the angles between three consecutive pixels in an binary image ?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen

I have a binary image(alphabet) who's edge matrix i have, now i need to store all the angles formed between three consecutive pixels of the edge in an array and do a histogram plot.
Antworten (1)
Image Analyst
am 7 Jun. 2015
0 Stimmen
Check out Loren's answer and ROger Stafford's answer at the bottom of this link: http://www.mathworks.com/matlabcentral/newsreader/view_thread/236492
2 Kommentare
Dipak Majhi
am 7 Jun. 2015
Image Analyst
am 7 Jun. 2015
I don't know. Maybe you want to skeletonize with bwmorph() it or maybe you want to use bwboundaries().
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!