I’m trying to create homography matrix from this field: (source image with ids:) To the destination image: The points for the source points are: And the points for destination points (new image): I tried to create homography matrix with the following code: And I got the following homography matrix: I tried to check if the homography matrix is correct, so
Tag: homography
error: (-215:Assertion failed) scn + 1 == m.cols in function ‘cv::perspectiveTransform’
Below is a python script that calculates the homography between two images and then map a desired point from one image to another However, when i display the image that contains the mapped point it returns the following error: According to my knowledge this error means that parameter assigned to the function perspective transform is not correct or not being