please help...How to find the left-most and right-most corners points of the mouth and calculate the distance between them?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anand
am 2 Dez. 2013
Kommentiert: Anand
am 5 Dez. 2013
Hi, I am not quite sure how to select the left-most and right-most corners points from the cluster of pixels that are detected in the mouth region, and after selecting the left-most and right-most corners points how do i calculate the distance between them?
Thank you in advance
2 Kommentare
Akzeptierte Antwort
Image Analyst
am 2 Dez. 2013
I would think hypot(a, b) would work, or norm(a,b) or sqrt((x2-x1)^2+(y2-y1)^2). Did you try any of those methods?
5 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computer Vision 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!