You are on page 1of 1

University of Engineering and Technology, Taxila

Department of Computer Science


Assignment# 4
Class/Program: BS (CS-19) Course: Objectives:

Perform following task on google colab using OpenCV.

1. Perform basic operations (reading and displaying image) on the images.


2. Display channels (R, G, B) of given cv.png.
3. Perform arithmetic (addition) using two images.
4. Perform arithmetic (subtraction) using given image star and dot.
5. Perform arithmetic Bitwise (AND, OR, NOT, XOR) using image 1 and 2.
6. Resize image colab.png with resize(without same aspect ration) and with center
crop.

You might also like