Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~774 People Reached
Favorite Tags
Member Avatar for aro_kai

We want to do Travel Planner as our major project. Can we take information of the route define by the user in google maps??

Member Avatar for davidchilders
0
73
Member Avatar for aro_kai

My code is : [CODE] public final class Pixels{ BufferedImage img=null; public int w,h; public Pixels(){ try { // Read from a file File file = new File("1.jpg"); img = javax.imageio.ImageIO.read(file); } catch (IOException e) { } } public void checkfunction(){ h=img.getHeight(); // errorpoint w=img.getWidth(); } [/CODE] Errors: Exception in …

Member Avatar for aro_kai
0
147
Member Avatar for aro_kai

i am doing a project on barcode reader . i have just started it with a class pixelgrabber to grab the pixel,i mean grey value. And now i am confuse about how to distinguish the barcode part from other part of picture. plz suggest..

Member Avatar for Taywin
0
75
Member Avatar for aro_kai

i am trying to implement an AI part for the FPS type of game ...heard it is called Aerial Combat game...... my basic idea for the AI portion is that I an going to have two Finite State Machines running simultaneously, one for locomotion or movement decision and another for …

0
66
Member Avatar for aro_kai

hey i had started coding in java.I want to display the pixels format of image with the following code but i get errors...Can anyone suggest my code?? [code]public void Pixelvalue(Image img){ int[] pixelss = new int[w * h]; PixelGrabber pg = new PixelGrabber(img, 0, 0, w, h, pixelss, 0, w); …

Member Avatar for JamesCherrill
0
189
Member Avatar for aro_kai

helo i am a begineer in java field..and i have to know about image processing so plz help me to get start with java in image processing.

Member Avatar for NormR1
0
133
Member Avatar for aro_kai

i am beginner in java field.can anyone suggest me how to start image processing in java...

Member Avatar for =OTS=G-Man
0
91