please help...How to find the left-most and right-most corners points of the mouth and calculate the distance between them?
3 ビュー (過去 30 日間)
古いコメントを表示
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
採用された回答
Image Analyst
2013 年 12 月 2 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!