learnopencv
learnopencv copied to clipboard
what is the dimensions of 3D model?
trafficstars
In the headpose.py file, what means 3D model points ? How to calc it?
3D model points.
model_points = np.array([ (0.0, 0.0, 0.0), # Nose tip (0.0, -330.0, -65.0), # Chin (-225.0, 170.0, -135.0), # Left eye left corner (225.0, 170.0, -135.0), # Right eye right corne (-150.0, -150.0, -125.0), # Left Mouth corner (150.0, -150.0, -125.0) # Right mouth corner
])
@mansonami I am curious about how these coordinates of points come from ? Do you know that by now ?