Problem Description:
In this assignment you will develop operations for compositing and blue screening. The goal of this project is
to learn how opacity/transparency is used to create aestetic results. These are the operations you can use
for combining layers in Photoshop.
The requirements are listed below.
You can still base your code from a your earlier code.
Project Requirements:
- Compositing two images with alpha maps: Implement Over operation (called normal in Photoshop),
Multiplication,Substraction and Max/Min.
- Develop a Blue/Green Screening tailored for a specific image. In this case, the goal is to construct
an alpha map that can provide an acceptable blue-screening result for a given image.
For the required parts of the project, implement your operations only using the basic programming operations such as while or
for loops and basic mathematical operations such as
addition, subtraction, multiplication, division and power. In other words,
no high level operation provided by some programming languages is allowed.
Project Submission:
Please write the program in either Processing or Java or C
or C++. For C and C++ use OpenGL and GLUTgraphics routines for the display.
Upload your program and all essential files to webassign as a "as small as possible" zip directory.
In your program, include comments about the program and your name.
Also make sure to provide information that and instructions on how to run it.
|