uricamic / clandmark

Open Source Landmarking Library
http://cmp.felk.cvut.cz/~uricamic/clandmark
GNU General Public License v3.0
199 stars 111 forks source link

Extracting Pitch, Roll and Yaw values #55

Open sanyamgarg93 opened 8 years ago

sanyamgarg93 commented 8 years ago

I have been able to run the Clandmark dense facial landmark detector example using OpenCV library on Windows 10. Is there any way (exposed functions) to extract the pitch, roll and yaw values of the face using the landmark positions? Thanks!

uricamic commented 8 years ago

Hi @sanyamgarg93,

we are not providing such functionality in this library, however, you can do it by yourself. One of the possible approaches is to fit a 3D model to the landmarks (look e.g. here).