Posit head pose estimation

asked 2015-11-30 14:30:12 -0600

I am trying to implement posit for head pose estimation(http://code.opencv.org/projects/opencv/wiki/Posit).But the outputs(rotation/translation matrix) are nan(not a number) sometimes and sometimes I get the result.What could be possibly wrong with my code?

edit retag flag offensive close merge delete

Comments

Auch, that POSIT tutorial is written in the OLD C-API, which is deprecated and is not supported decently. Probably you are messing the pointers up somewhere. I suggest switching to the C++ interface for a starter.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-12-01 06:46:33 -0600 )edit