I am trying to find the Pose of a object using POSIT algorithm.Implementing the code in python. In tutorials that I found on google all examples are in c++. But how to do that in python.
In c++
cvPOSIT( positObject, &imagePoints[0], FOCAL_LENGTH, criteria, rotation_matrix, translation_vector );
What is the function call line for cvPOSIT in python cv2?