Skip to content

Instantly share code, notes, and snippets.

@Praveen76
Created April 15, 2022 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Praveen76/4b628fb8146e07be05bab4043ceacd6d to your computer and use it in GitHub Desktop.
Save Praveen76/4b628fb8146e07be05bab4043ceacd6d to your computer and use it in GitHub Desktop.
resized=cv.resize(img(500,500),interpolation=cv.INTER_CUBIC)
cv.imshow('resized',resized)
cv.waitkey(0)
cv.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment