Hi,
I am using camera pose estimation python functions in OpenCV 3.0.0:
E, mask = cv2.findEssentialMat(p1, p0, focal, pp, cv2.RANSAC, 0.999, 1.0); R, t = recoverPose(E, p1, p0, focal, pp, mask);
The definition seems to be wrong.
Where can I find the python definitions of these 3.0.0 functions.
Thanks.