Computer Graphics

Details of the course ↓

Unit No.

CONTENT

1

Introduction to Computer Graphics ⇗:

  • Definition, Applications, Graphics Hardware, Display Devices: Refresh Cathode Ray Tube, Raster Scan Display, Plasma display, Liquid Crystal display, Plotters, Printers. Dithering, Half-toning, Aliasing, Anti-aliasing.

2

Mathematics for Computer Graphics ⇗:

  • Point representation, Vector representation, Matrices and operations related to matrices, Vector addition and vector multiplication, Scalar product of two vectors, Vector product of two vectors. Parametric equations of lines and conics.

3

Unit 3 ⇗:

  • Line Drawing Algorithms: DDA algorithms, Bresenham’s Line algorithm. Circle and ellipse generation algorithm.
  • Clipping: Point Clipping, Line Clipping. Polygon Clipping.
  • Filling: Inside Tests, Flood fill algorithm, Boundary-Fill Algorithm and scan-line polygon fill algorithm.