image processing with python
- 15 May
Python| cv2 resize() Method
In this tutorial, we will see how to resize an image in python programming language using open-cv which is exist as cv2 (computer vision) library in python. You can use resize() method of cv2 library to resize an image. In order to use cv2 library, you need to import cv2 library using import statement. Resizing […]
- 15 May
Python | cv2 rectangle() Method
In this tutorial, we will see how to draw a Rectangle shape, Square shapes on the given input image in python by the use of open-cv which exists as cv2 (computer vision) library. You can use rectangle() method of cv2 library to draw rectange, squares on the image. To use cv2 library, you need to […]