1 | initial version |
From documentation of cv2.FindFundamentalMat():
points1 – Array of N points from the first image. The point coordinates should be floating-point (single or double precision).
points2 – Array of the second image points of the same size and format as points1 .
Check if your inputs are floating point type.