How to detect cheek from face detection?

조회 수: 4 (최근 30일)
Matlab Newbie
Matlab Newbie 2020년 6월 25일
댓글: Matlab Newbie 2020년 6월 26일
Using eyes, mouth and nose as reference point, how can i detect the position of cheek from a human face image?

채택된 답변

darova
darova 2020년 6월 25일
Try intersection of an eye and nose
See the scheme
  댓글 수: 9
darova
darova 2020년 6월 26일
  • How did you obtain this value?
You said that you have points (coordinates of nose and eyes). I created some simple picture in paint and use cursor to find coordinates of eyes and nose
  • and it is referring to both side of eyes?
No, it's only one eye
  • cheek = [eye(1) nose(2)] what is the meaning of this? what does it do?
It takes X coordinate of eye and Y coordinate of nose. Simply intersection of horizontal and vertical lines
Matlab Newbie
Matlab Newbie 2020년 6월 26일
thats great...thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by