Page 257 - Ai Book - 10
P. 257
Step 5: Click the Export button to save image in animated form in your computer.
Step 6: Click the Download button. The image will start downloading.
Once finished, open the image from the Downloads folder.
OPEN SOURCE COMPUTER VISION
OpenCV or Open Source Computer Vision Library is a tool developed by Intel in 1999. This tool helps a computer
extract features from the images. It is used for all kinds of images and video processing and analysis. It helps in
processing images and videos to identify objects, faces, or even handwriting. In this chapter, we will use OpenCV
for basic image processing operations on images such as resizing, cropping and many more.
Install OpenCV library
To install OpenCV library, open anaconda prompt and write the following command:
pip install opencv-python
131
131