<< Chapter < Page | Chapter >> Page > |
Revised: Sat Apr 02 16:43:04 CDT 2016
This page is included in the following Books:
This module is one of a series of modules designed to teach you about Object-Oriented Programming (OOP) using Java.
The program described in this module requires the use of the Guzdial-Ericson multimedia class library. You will find download, installation, and usageinstructions for the library at Java OOP: The Guzdial-Ericson Multimedia Class Library .
I recommend that you open another copy of this document in a separate browser window and use the following links to easily find and view the Figures and Listings while you are reading about them.
The program that I will explain in this module is designed to be used as a test of the student's understanding of programming using Java andEricson's media library.
The student is provided an image file named Prob03.jpg along with a written specification of a space-wise linear image modification algorithm.
Implement the algorithm
The primary purpose of the test is to determine if the student can implement the algorithm and also satisfy some requirements for text output on the commandline screen. Among other things, this requires that the student be able to:
The algorithm
Scale the blue and green color components by a scale factor that is less than or equal to 1.0. The green scale factor:
The blue scale factor
Do not scale the red color component.
The program output
The program produces the images shown in Figure 1 and Figure 2 and produces the output text shown in Figure 3 on the command line screen.
Figure 1 - The raw image.
Notification Switch
Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?