21CS63 Computer Graphics and Image Processing Solved Model Question Paper -2 with Answer
Module 1
1.A] Define Computer Graphics. Explain the applications of computer graphics.
1.B] Explain the architecture of a raster-graphics system with a display processor.
1.C] Explain the DDA line drawing algorithm with its procedure.
OR
2.A] Define the following terms:
i) Resolution
ii) Aspect Ratio
iii) Pixel
iv) Bitmap
v) Frame Buffer
2.B] Explain the operations for displaying a picture using GLUT.
Module 2
3.A] Explain the basic 2D geometric transformations in detail with a snippet of code for each.
3.B] Write a note on inverse transformations. Derive matrices for each.
3.C] Show that:
i) Two successive rotations are additive
ii) Two successive scalings are multiplicative
OR
4.C] Explain:
i) Reflection
ii) Shear
Module 3
5.A] Define computer animation. Explain the stages to design animation sequences.
5.B] Explain OpenGL interactive input device functions:
i) GLUT Keyboard Functions
ii) GLUT Mouse Functions
5.C] Discuss interactive picture construction techniques.
OR
6.A] Explain the logical classification of input devices.
6.B] How are menus and submenus created in OpenGL? Illustrate with an example.
6.C] Write a complete OpenGL program to demonstrate animation effects on a simple object.
Module 4
7.A] Define image processing. List and explain types of images.
OR
8.C] Explain the fundamental steps in image processing.
Module 5
9.A] Explain in detail the stages of the edge detection process with a block diagram.
9.B] Explain the steps in automatic image analysis and interpretation.
9.C] Explain the Canny edge detection algorithm.
OR
10.A] What is image segmentation? Classify the image segmentation algorithms.
10.C] Explain edge detection with an example. List the types of edges.