Skip to content

Instantly share code, notes, and snippets.

View SamStenton's full-sized avatar
🏎️

Samuel Stenton SamStenton

🏎️
  • United Kingdom
View GitHub Profile
@bobbigmac
bobbigmac / mapEventTo3dTransforms.js
Created August 10, 2017 11:21
Maps a clmtrackr 2d facial-points array to estimate of 3d X, Y and Z rotations
var
jawLeft = 0,
jawRight = 14,
leftBrowTop = 21,
rightBrowTop = 17,
leftChin = 6,
chinTip = 7,
rightChin = 8,
noseTop = 33
;