[go: up one dir, main page]

0% found this document useful (0 votes)
18 views2 pages

CG Assignments

The document outlines a series of assignments focused on computer graphics, covering topics such as CRT diagrams, line drawing algorithms, and various projection methods. It includes explanations of algorithms like DDA, Bresenham's, and flood fill, as well as concepts like aliasing and antialiasing techniques. Additionally, it addresses transformations, clipping algorithms, and hidden surface removal methods.

Uploaded by

gf1166679
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

CG Assignments

The document outlines a series of assignments focused on computer graphics, covering topics such as CRT diagrams, line drawing algorithms, and various projection methods. It includes explanations of algorithms like DDA, Bresenham's, and flood fill, as well as concepts like aliasing and antialiasing techniques. Additionally, it addresses transformations, clipping algorithms, and hidden surface removal methods.

Uploaded by

gf1166679
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 1

1) Draw the diagram of CRT and explain its working.

2) Difference between Raster and Random scan display.

3) What is Computer graphics? It’s Application.

Assignment 2

1) Explain DDA line drawing algorithm.

2) Find out consider the line from A (10, 10) and B (18, 16) bresenham’s algorithm to

rasterizethis line.

3) Explain the midpoint circle generating algorithm.

4) What is Aliasing? Explain some antialiasing technique.

5) Write short note on: Flood fill algorithm.

Assignment 3

1) Explain Flood fill algorithm.

2) Derive matrices for Rotation about an arbitrary point.

3) Explain inside outside test used in filling algorithm.

4) Define shearing and give example.


Assignment 4

1) Write short note on : Viewing transformation.

2) Explain Liang-Barsky line clipping algorithm with suitable example.

3) Define view port and derive window to view port transformation.

4) Explain Cohen-Sutherland line clipping algorithm.

Assignment 5

1) Explain Parallel projection.

2) Explain perspective projections. Derive the matrix for perspective projection.

3) Explain what is meant by B Spline curve? State the various properties of B Spline curve.

4) Explain what is meant by Bezier curve? State the various properties of Bezier curve.

Assignment 6

1) Explain Z Buffer algorithm for hidden surface removal.

2) Explain Area subdivision algorithm for hidden surface removal.

3) Explain Painter’s algorithm.

You might also like