Computer Vision Lab 1
Computer Vision Lab 1
1. Write a Python program using OpenCV to read an image from a file, display it, and then
save it with a different filename. Also resize the image to half of its original dimensions
before saving.
2. Write a Python code that changes the colour value of the first 100X100 pixels of an
image to black (0,0,0).
3. Write a program to combine two images side by side and display them using OpenCV.