Question Bank - Cgip - CST304
Question Bank - Cgip - CST304
QUESTION BANK
MODULE 1
MODULE 2
30. Given a triangle A(20,10) B(80,20) C(50,70). Find the co-ordinates of vertices after
each of the following transformations.
a. Reflection about the line x=y.
b. Rotation of the triangle ABC about vertex A in clockwise direction for an
angle 90 degree.
31. What do you mean by homogeneous coordinate system? What is its significance?
32. Derive the Initial decision parameter of midpoint circle drawing algorithm.
33. Perform the following transformations on a point (6,4).
a. Translate by tx=-2 and ty=4.
b. Then, scale by sx=2 and sy=1.
c. And rotate by 90 degree in a clockwise direction. Determine the final coordinates
of the transformed point.
MODULE 3
60. Define the terms window, viewport and windowing transformations in the context of
2D viewing with suitable diagrams.
61. Explain the concepts of point clipping in 2D.
62. Explain the Cohen Sutherland line clipping algorithm with suitable examples.
63. Brief on 2D viewing transformations pipeline.
64. Why line clipping algorithms are not used for clipping polygons? Explain Sutherland
Hodgeman polygon clipping algorithm with an example.
65. What are the advantages of z-buffer algorithm? Also discuss what is its major drawback.
66. Explain scan line algorithm is used for visible surface detection.
67. Define the terms (i) Centre of projection (ii) Principal vanishing point.
68. Differentiate between oblique and orthogonal projection.Differentiate between
oblique and orthogonal projection.
69. What is meant by vanishing point in the context of a perspective projection.
70. Distinguish between object space methods and image space methods for visible surface
detection.
71. Define the following terms
● Centre of projection
● Vanishing point
● Isometric projection
● Oblique projection
MODULE 4
2.
Compute the lengths of shortest 4, shortest 8 and shortest m paths between pixels p and q
where V={0,1}. If a particular path does not exist between these two points, explain
why.
5. Explain the terms adjacency and connectivity in the context of digital images
6. Consider the image segment shown. Let V= {1, 2} and compute the lengths of
the shortest 4-path, 8-path, and m-path between pixels p and q.
7.
8. Define the following terms related to pixel of an image: i) pixel neighborhood ii) digital
path iii) connected set
9. Explain the components of a general purpose digital image processing system with a neat
diagram.
10. What do you understand by the following terms with respect to pixels.Neighbours,
Adjacency, Connectivity.
11. Explain the fundamental steps in Digital Image Processing with a neat diagram?
12. Describe the basic concepts of sampling and quantization with a neat sketch.
MODULE 5