Image Processing using Python

Sri Raviteja
2 min readJun 4, 2021

Team : Summer_6_14

-Mohammed Adnan
-Prattipati Sri Raviteja
-Mohammed Awais Ahmed
-Saami Abdul Samad

🔅 Task 4.1
📌 Create image by yourself Using Python Code

🔅 Task 4.2
📌 Take 2 image crop some part of both image and swap it.

🔅 Task 4.3
📌 Take 2 image and combine it to form a single image. For example collage.

Task 4.1:

Creating an image by using Python

By using NumPy and OpenCV libraries we were able to achieve the Task 4.1

Code available in GitHub

The Output:

Task 4.2:

Take two images, crop parts of both the images and swap it.

We have taken two images:

Code to crop and swap the faces

Available in GitHub

The Output:

Task 4.3:

Combining two images to make one image

Taking the same images as before and combing them

By using NumPy and OpenCV libraries we were able to achieve the Task

Available in GitHub

The Output:

That’s All Folks!!

--

--