How to Resize an Image in Python
In this article, we will cover the basics of image manipulation in OpenCV and how to resize an image in Python, its cropping, and rotating techniques. We will use Python version 3.6.0, OpenCV version 3.2.0. It is an assumption that you have Python installed on your machine and already know the basics of Python programming. Please read the article if you need a tutorial on how to install OpenCV for Python. Before we go any further, let’s remember about Core Operations in OpenCV for image processing. This operation consists of reading the image, displaying the image, and saving the image. Resize Images in Bulk Image processing and resizing have an […]