First time here? Check out the FAQ!
answered 2020-07-01 10:19:18 -0600
take a look at https://github.com/opencv/opencv/blob/master/samples/cpp/warpPerspective_demo.cpp#L102-L109
you need to sort destination points in correct order (i don't know how to do that in python)