COMPUTER GRAPHICS AND IMAGE PROCESSING LABORATORY-21CSL66
In this Page, you will find solutions for the laboratory subjectComputer Graphics and Image Processing Lab (21CSL66) course work for the VI semester of VTU university. The solutions to the lab component are coded developed using Python. Along with the solutions for each question I have provided samples of program output as well.
Syllabus You can find the lab syllabus here.
COMPUTER GRAPHICS AND IMAGE PROCESSING You can See and Download the lab Manual here.
PART-A Programs
1.Develop a program to draw a line using Bresenham’s line drawing technique
Program-01 PDF File.
2.Develop a program to demonstrate basic geometric operations on the 2D object
Program-02 PDF File.
3.Develop a program to demonstrate basic geometric operations on the 3D object
Program-03 PDF File.
4.Develop a program to demonstrate 2D transformation on basic objects
Program-04 PDF File.
5.Develop a program to demonstrate 3D transformation on 3D objects
Program-05 PDF File.
6.Develop a program to demonstrate Animation effects on simple objects.
Program-06 PDF File.
7.Write a Program to read a digital image. Split and display image into 4 quadrants, up, down, right and left.
Program-07 PDF File.
8.Write a program to show rotation, scaling, and translation on an image
Program-08 PDF File.
9.Read an image and extract and display low-level features such as edges, textures using filtering techniques.
Program-09 PDF File.
10.Write a program to blur and smoothing an image.
Program-10 PDF File.
11.Write a program to contour an image.
Program-11 PDF File.
12.Write a program to detect a face/s in an image.
Program-12 PDF File.