
How to detect cheek from face detection?
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Matlab Newbie
 am 25 Jun. 2020
  
    
    
    
    
    Kommentiert: Matlab Newbie
 am 26 Jun. 2020
            Using eyes, mouth and nose as reference point, how can i detect the position of cheek from a human face image?
0 Kommentare
Akzeptierte Antwort
  darova
      
      
 am 25 Jun. 2020
        Try intersection of an eye and nose
See the scheme

9 Kommentare
  darova
      
      
 am 26 Jun. 2020
				- 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
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Automated Driving Toolbox finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!