dlib - How I can extract 3D landmark points? -


i try find 3d landmark point using dlib, cannot know?

for 2d use

cout<< shape.part(i).x()<< "  " << shape.part(i).y() 

but result of

cout<< shape.part(b).z() 

is 0 parts.

can please me?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -