Assignment 2 Image accessing basics
Assignment 2 Image accessing basics
Assignment 2
1. Write a Python program to modify an image by changing the color of the first
100x100 pixels to black (RGB value: 0, 0, 0). Display both the original and the
modified image.
2. Write a program to combine two images side by side and display them using
OpenCV.
Combined image:
NOTE: Please do all the assignments without inbuilt libraries except for basic
reading and writing commands.
Convolution operation: