Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in usage of OpenCV resize function #85

Open
hailihu opened this issue Feb 4, 2021 · 0 comments
Open

bug in usage of OpenCV resize function #85

hailihu opened this issue Feb 4, 2021 · 0 comments

Comments

@hailihu
Copy link

hailihu commented Feb 4, 2021

img_scaled = cv2.resize(img, (h_scaled,w_scaled), interpolation=cv2.INTER_CUBIC)

After running this code with OpenCV 4.1.2, I found wrong results due to a bug in this line. The OpenCV resize function takes the dimensions in the order of (width, height), see:
https://docs.opencv.org/master/da/d6e/tutorial_py_geometric_transformations.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant