Ask Your Question

mantoniogr's profile - activity

2015-04-29 01:05:32 -0600 commented question Location of Epipole

Hello. I can't run the example in https://opencv-python-tutroals.readth... an also your example from github. I'm using OpenCV 2.4.1.0. The first error I get is: OpenCV Error: Unsupported format or combination of formats (Both matrices must be floating-point (single or double precision)) in cvConvertPointsHomogeneous, file ........\opencv\modules\calib3d\src\fundam.cpp, line 901 Traceback (most recent call last): File "epipolar.py", line 54, in F, mask = cv2.findFundamentalMat(pts1,pts2,cv2.FM_RANSAC) cv2.error: ........\opencv\modules\calib3d\src\fundam.cpp:901: error: (-210) Both matrices must be floating-point (single or double precision) in function cvConvertPoin