1 min readMar 19, 2018
In crop_and_wrap function, the co-ordinates for variable ‘src’ are mentioned in incorrect order
It should be as follows:
src = np.array(np.array([top_left, bottom_left, bottom_right, top_right], dtype=’float32'))
In crop_and_wrap function, the co-ordinates for variable ‘src’ are mentioned in incorrect order
It should be as follows:
src = np.array(np.array([top_left, bottom_left, bottom_right, top_right], dtype=’float32'))