SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
image = cv2.imread("img/Demo.jpg") image = cv2.resize(image,(240,240))
The image is now resized. Displaying it will render in 240x240.
image