How to determine the size of a face in pixels from an image
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am given an image to load onto matlab. I have to determine the size of each face in the image in terms of pixels (i.e 48x48 pixels). Without using any matlab toolboxs, how could I find the size of the face?
Sample image

1 Kommentar
Antworten (1)
Image Analyst
am 30 Sep. 2022
Maybe try drawpolygon to trace the face. Then get the x,y coordinates of what you drew and call polyarea.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!