Perspective Transform in OPENCV PYTHON
问题 I am trying to perform a perspective transform of a sudoku puzzle. The expected transformation is happening only on the left side. Please help me by pointing out my mistake. Input Image: Expected Output Image: The output I am getting: The corners of the sudoku puzzle found using cv2.approxpolydp() are as follows: top_left = [71,62] top_right = [59, 418] bottom_right = [443, 442] bottom_left = [438, 29] The shape of the output image is [300,300]. The corresponding output coordinates are :