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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -