Posit head pose estimation
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?
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.