As the title says, I want to use HomographyWarper from kornia so that it gives the same output as OpenCV warpPerspective. With the code above, I get the following output: With normalized_coordinates=False, I get the following output: Apparently the homography transformation is applied differently. I would lov…