<< Chapter < Page Chapter >> Page >

Get and save color components

The red, green, and blue values for the same pixel location in each of the pictures are obtained and saved.

Compute a new set of color values

A new set of red, green, and blue color values are computed as the sum of scaled versions of the pixel colors from the rabbit image pixel and the penguinimage pixel.

The nature of the scaling

The scaling is such that the pixel colors from the rabbit image contribute most heavily to output pixels to the left of center and pixel colors from thepenguin image contribute most heavily to output pixels to the right of center.

You can see the effect of this scaling algorithm in Figure 3 .

The pixels in the horizontal center

The pixels along a vertical line at the center of the output image contain equal contributions of colors from both images.

End of discussion

That concludes the explanation of the code in this program.

You can view the drawSun and crop methods in Listing 6 near the end of the module.

Run the program

I encourage you to copy the code from Listing 6 . Compile the code and execute it. Experiment with the code, making changes, andobserving the results of your changes. Make certain that you can explain why your changes behave as they do.

Click Prob05a.jpg and Prob05b.jpg to download the required input image files.

Summary

In this module, you learned how to merge two pictures.

While not a requirement of the course, you can select the following link to view an optional online video lecture on the material in this module.

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Java OOP: Merging Pictures
  • File: Java3030.htm
  • Published: 08/07/12
Disclaimers:

Financial : Although the Connexions site makes it possible for you to download a PDF file for thismodule at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, you should beaware that some of the HTML elements in this module may not translate well into PDF.

I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version of the module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale on Amazon.com showing me as the author. Ineither receive compensation for those sales nor do I know who does receive compensation. If you purchase such a book, please beaware that it is a copy of a module that is freely available on cnx.org and that it was made and published withoutmy prior knowledge.

Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.

Complete program listing

A complete listing of the program discussed in this module is provided in Listing 6 below.

Listing 6 . Complete program listing.
/*File Prob05 Copyright 2008 R.G.Baldwin *********************************************************/import java.awt.Color; import java.awt.Graphics2D;import java.awt.Graphics; import java.awt.GradientPaint;import java.awt.geom.Ellipse2D; public class Prob05{//DO NOT MODIFY THE CODE IN THIS CLASS DEFINITION. public static void main(String[]args){ new Prob05Runner().run();}//end main method }//end class Prob05//======================================================// class Prob05Runner{public Prob05Runner(){ System.out.println("Display your name here.");}//end constructor //----------------------------------------------------//public void run(){ Picture penguin = new Picture("Prob05a.jpg");Picture hare = new Picture("Prob05b.jpg"); merge(hare,penguin);hare = crop(hare,6,58,330,252); hare.addMessage("Display your name here.",10,20);drawSun(hare); hare.show();System.out.println(hare); }//end run//----------------------------------------------------// private void drawSun(Picture pic){Graphics2D g2d = (Graphics2D)(pic.getGraphics()); int width = 75;int height = 50; int center = pic.getWidth()/2;int xCoor = center - width/2; int yCoor = 75;//Create the gradient for painting from yellow to red // with yellow at the left of the sun and red at the// right. GradientPaint gPaint = new GradientPaint(xCoor, yCoor+height/2, Color.YELLOW,xCoor+width,yCoor+height/2, Color.ORANGE);//Set the gradient and draw the ellipse g2d.setPaint(gPaint);g2d.fill(new Ellipse2D.Double( xCoor,yCoor,width,height));}//end drawSun //----------------------------------------------------////Assumes both pictures have the same dimensions. // Does a linear merge on two pictures based on the// distance of each pixel from the left side of the // picture.private void merge(Picture left,Picture right){ int width = left.getWidth();int height = left.getHeight(); double scaleL = 0;double scaleR = 0; int redL = 0;int greenL = 0; int blueL = 0;int redR = 0; int greenR = 0;int blueR = 0; Pixel pixelL = null;Pixel pixelR = null; for(int row = 0;row<height;row++){ for(int col = 0;col<width;col++){ scaleR = (double)col/width;scaleL = 1.0 - scaleR; pixelL = left.getPixel(col,row);pixelR = right.getPixel(col,row); redL = pixelL.getColor().getRed();greenL = pixelL.getColor().getGreen(); blueL = pixelL.getColor().getBlue();redR = pixelR.getColor().getRed(); greenR = pixelR.getColor().getGreen();blueR = pixelR.getColor().getBlue(); redL = (int)(redL*scaleL + redR*scaleR);greenL = (int)(greenL*scaleL + greenR*scaleR); blueL = (int)(blueL*scaleL + blueR*scaleR);pixelL.setColor(new Color(redL,greenL,blueL)); }//end inner loop}//end outer loop }//end merge//----------------------------------------------------// //Crops a Picture object to the given width and height// with the upper-left corner located at startCol and // startRow.private Picture crop(Picture pic,int startCol, int startRow,int width, int height){Picture output = new Picture(width,height); int colOut = 0;int rowOut = 0; int col = 0;int row = 0; Pixel pixel = null;Color color = null; for(col = startCol;col<startCol+width;col++){ for(row = startRow;row<startRow+height;row++){ color = pic.getPixel(col,row).getColor();pixel = output.getPixel(colOut,rowOut); pixel.setColor(color);rowOut++; }//end inner looprowOut = 0; colOut++;}//end outer loop return output;}//end crop }//end class Prob05Runner

-end-

Questions & Answers

it is the relatively stable flow of income
Chidubem Reply
what is circular flow of income
Divine Reply
branches of macroeconomics
SHEDRACK Reply
what is Flexible exchang rate?
poudel Reply
is gdp a reliable measurement of wealth
Atega Reply
introduction to econometrics
Husseini Reply
Hi
mostafa
hi
LEMLEM
hello
Sammol
hi
Mahesh
bi
Ruqayat
hi
Ruqayat
Hi fellas
Nyawa
hey
Sammol
hi
God
hello
Jahara
Good morning
Jorge
hi
abubakar
hi
Nmesoma
hi
Mahesh
Hi
Tom
Why is unemployment rate never zero at full employment?
Priyanka Reply
bcoz of existence of frictional unemployment in our economy.
Umashankar
what is flexible exchang rate?
poudel
due to existence of the pple with disabilities
Abdulraufu
the demand of a good rises, causing the demand for another good to fall
Rushawn Reply
is it possible to leave every good at the same level
Joseph
I don't think so. because check it, if the demand for chicken increases, people will no longer consume fish like they used to causing a fall in the demand for fish
Anuolu
is not really possible to let the value of a goods to be same at the same time.....
Salome
Suppose the inflation rate is 6%, does it mean that all the goods you purchase will cost 6% more than previous year? Provide with reasoning.
Geetha Reply
Not necessarily. To measure the inflation rate economists normally use an averaged price index of a basket of certain goods. So if you purchase goods included in the basket, you will notice that you pay 6% more, otherwise not necessarily.
Waeth
discus major problems of macroeconomics
Alii Reply
what is the problem of macroeconomics
Yoal
Economic growth Stable prices and low unemployment
Ephraim
explain inflationcause and itis degre
Miresa Reply
what is inflation
Getu
increase in general price levels
WEETO
Good day How do I calculate this question: C= 100+5yd G= 2000 T= 2000 I(planned)=200. Suppose the actual output is 3000. What is the level of planned expenditures at this level of output?
Chisomo Reply
how to calculate actual output?
Chisomo
how to calculate the equilibrium income
Beshir
Criteria for determining money supply
Thapase Reply
who we can define macroeconomics in one line
Muhammad
Aggregate demand
Mohammed
C=k100 +9y and i=k50.calculate the equilibrium level of output
Mercy Reply
Hi
Isiaka
Hi
Geli
hy
Man
👋
Bahunda
hy how are you?
Man
ys
Amisha
how are you guys
Sekou
f9 guys
Amisha
how are you guys
Sekou
ys am also fine
Amisha
fine and you guys
Geli
from Nepal
Amisha
nawalparasi district from belatari
Amisha
nd u
Amisha
I am Camara from Guinea west Africa... happy to meet you guys here
Sekou
ma management ho
Amisha
ahile becheclor ho
Amisha
hjr ktm bta ho ani k kaam grnu hunxa tw
Amisha
belatari
Amisha
1st year ho
Amisha
nd u
Amisha
ahh
Amisha
kaha biratnagar
Amisha
ys
Amisha
kina k vo
Amisha
money as unit of account means what?
Kalombe
A unit of account is something that can be used to value goods and services and make calculations
Jim
all of you please speak in English I can't understand you're language
Muhammad
I want to know how can we define macroeconomics in one line
Muhammad
it must be .9 or 0.9 no Mpc is greater than 1 Y=100+.9Y+50 Y-.9Y=150 0.1Y/0.1=150/0.1 Y=1500
Kalombe
Mercy is it clear?😋
Kalombe
hi can someone help me on this question If a negative shocks shifts the IS curve to the left, what type of policy do you suggest so as to stabilize the level of output? discuss your answer using appropriate graph.
Galge Reply
if interest rate is increased this will will reduce the level of income shifting the curve to the left ◀️
Kalombe
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with java. OpenStax CNX. Jun 29, 2016 Download for free at https://legacy.cnx.org/content/col11441/1.201
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?

Ask