please help...How to find the left-most and right-most corners points of the mouth and calculate the distance between them?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anand
el 2 de Dic. de 2013
Comentada: Anand
el 5 de Dic. de 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 comentarios
Respuesta aceptada
Image Analyst
el 2 de Dic. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!