Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
siangyang authored Aug 1, 2022
1 parent 1cdbcf6 commit 69db4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lab_2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def warping(src, dst, H, ymin, ymax, xmin, xmax):
def main():

# Input Initialization
corners = np.array([[190, 106], [256, 142], [193, 244], [258, 285]]) # Points [[x1,y1], [x2,y2], [x3,y3], [x4,y4]]
corners = np.array([[522, 572], [1065, 961], [572, 1273], [1174, 1631]]) # Points [[x1,y1], [x2,y2], [x3,y3], [x4,y4]]
img_path = './screen.jpg'

# Output initialization (create an output array to save the result)
Expand Down

0 comments on commit 69db4cb

Please sign in to comment.