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 love to know the difference. Answer You need to make two changes: Use the