Image Processing Using OpenCV Python

Divyansh garg
3 min readJun 9, 2021

Bonjour Friends😀

Hope you all are safe and having a Good Day😎.

In this article, I’m going to show you some image processing using openCV module in python.

TASK DESCRIPTION

👉 Creating a image by using a Python Code.

👉 Take 2 images, Crop some part of both images and swap them.

👉 Take 2 images and combine it to form a single image.

What is OpenCV ?

OpenCV is a Python open-source library, which is used for computer vision in Artificial intelligence, Machine Learning, face recognition, etc.In OpenCV, the CV is an abbreviation form of a computer vision, which is defined as a field of study that helps computers to understand the content of the digital images such as photographs and videos.

The purpose of computer vision is to understand the content of the images. It extracts the description from the pictures, which may be an object, a text description, and three-dimension model, and so on. For example, cars can be facilitated with computer vision, which will be able to identify and different objects around the road, such as traffic lights, pedestrians, traffic signs, and so on, and acts accordingly.

👉TASK 1:- Creating a image by using a Python Code.

👉TASK 2:- Take 2 images, Crop some part of both images and swap them.

👉TASK 3:- Take 2 images and combine it to form a single image.

That’s all for this blog !!!

Below Given is the link to my Github repository.

https://github.com/divyanshgarg01/Task4.git

--

--