Thamasat University Sirindhorn International Institute of Technology Final Lab-Exam (Computer Graphics Applications)

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Thamasat University

Sirindhorn International Institute of Technology


Final Lab-Exam [Computer Graphics Applications]
Name: __________________________ID: ______________________
Marks:______________________
Section: ?????

Time Allowed: 1 Hour

Closed Book, Lecture Notes and Lab-Notes are allowed.


Do not take this paper out of the class.
Problem 1. [Related problem by using Mathematica] 6 points
Construct a 2 D interpolating polynomial (ListInterpolation) based on
given z-coordinates of the data {{1,1,1}, {2,2,2}, {1,6,1}, {0,0,-1}} when
x={1,2,3,4},y={1,2,3}.

the

Problem 2. [Related problem by using MathCAD] 6 points


Create two new images by contrast up and contrast down to the Red component of the
original image. Plot the original Red component image and the contrast up and down of
the Red component images.

Problem 3 [Related problem by using Visual C++ & OpenGL functions] 8 points
Draw the star as shown in following figure. The one is Red and the other is Green. If we
press the space bar, the star should be rotating anti clockwise and Use mouse or key
function.

You might also like