please help...How to find the left-most and right-most corners points of the mouth and calculate the distance between them?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
Risposta accettata
Image Analyst
il 2 Dic 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Computer Vision Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!