Want help abt Image processing in java

Reply

Join Date: Apr 2008
Posts: 7
Reputation: aim is an unknown quantity at this point 
Solved Threads: 0
aim's Avatar
aim aim is offline Offline
Newbie Poster

Want help abt Image processing in java

 
0
  #1
Apr 14th, 2008
How to do programming in Image processing in java?
I have searched on it.I got info abt JAI.But Can i get detail documentation or another library
for image matching code in java.

I want to match two JPEG images in java.That images are of birds.
Can any1 help me out?

Thanks
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 793
Reputation: darkagn has a spectacular aura about darkagn has a spectacular aura about darkagn has a spectacular aura about 
Solved Threads: 109
darkagn's Avatar
darkagn darkagn is offline Offline
Master Poster

Re: Want help abt Image processing in java

 
0
  #2
Apr 14th, 2008
Hi aim and welcome to DaniWeb,

I'm a little unsure about what you mean by "image matching"? Do you mean you have two images in JPEG format and you want a program to work out if they are the same image?

Also, I should point out that we are not allowed to do your homework for you, but we can try to guide you in your efforts. Perhaps you could tell us what you are thinking of doing for your problem? (That might also help us to determine what you are after...)
There are no stupid questions, only those too stupid to ask for help.
echo is a web developer's best friend.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 763
Reputation: Phaelax is on a distinguished road 
Solved Threads: 38
Phaelax Phaelax is offline Offline
Master Poster

Re: Want help abt Image processing in java

 
0
  #3
Apr 14th, 2008
Well here's the api docs for JAI if thats what you wanted:
http://java.sun.com/products/java-me...ocs/index.html

JAI is the only library I know for this, unless you write your own comparison method.
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 7
Reputation: aim is an unknown quantity at this point 
Solved Threads: 0
aim's Avatar
aim aim is offline Offline
Newbie Poster

Re: Want help abt Image processing in java

 
0
  #4
Apr 15th, 2008
Originally Posted by darkagn View Post
Hi aim and welcome to DaniWeb,

I'm a little unsure about what you mean by "image matching"? Do you mean you have two images in JPEG format and you want a program to work out if they are the same image?

Also, I should point out that we are not allowed to do your homework for you, but we can try to guide you in your efforts. Perhaps you could tell us what you are thinking of doing for your problem? (That might also help us to determine what you are after...)
Hi,darkagn

I want to match two JPEG images of same bird with the help of features of bird like sub-image(i.e beak,feather,legs etc) to the other image of bird.For this i want Image processing library used in java.
I have searched abt library but there are no detail API available.for JAI library it gives some error in program.
I haven't found API related to edge detection,Segmentation in java uptil now.
Can you tell me if you get my problem?
Thanks
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,438
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: Want help abt Image processing in java

 
0
  #5
Apr 15th, 2008
JAI offers plenty of functions for your task, but if you are expecting to find some "MatchImage" API you are probably out of luck. You have to code such algorithms yourself because there are many ways to go about it.
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 7
Reputation: aim is an unknown quantity at this point 
Solved Threads: 0
aim's Avatar
aim aim is offline Offline
Newbie Poster

Re: Want help abt Image processing in java

 
0
  #6
Apr 16th, 2008
Hi, Ezzaral
Actually i have gone through documentation of JAI.I am not totally search of MatchImage API as u said.But i want API that will help me to do image match.Such as edge detection,Segmentation etc.
As per i have searched i didn't get that much info.
Have you worked on JAI?U have any detail Info plz help me.
Thanks
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,438
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: Want help abt Image processing in java

 
0
  #7
Apr 16th, 2008
Then perhaps you are not searching very effectively because a simple search on JAI edge extraction or jai edge detection located the following information easily:

Using JAI's built-in GradientMagnitude operation for edge extraction
and
An example of a simple ColvolveOp with the Sobel operator.

This site seems to have a ton of JAI stuff including template matching and segmentation algorithms:
https://jaistuff.dev.java.net/algorithms.html

(Note: Future questions with "u", "plz", "abt" and other such IM-speak will not receive any response. If you are too lazy to use proper words in your question than I'll choose to be too lazy to answer.)
Last edited by Ezzaral; Apr 16th, 2008 at 12:45 pm.
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 7
Reputation: aim is an unknown quantity at this point 
Solved Threads: 0
aim's Avatar
aim aim is offline Offline
Newbie Poster

Re: Want help abt Image processing in java

 
0
  #8
Apr 18th, 2008
Thank you so much.
I have gone already through these link.but some program is not giving outout.
But still Thank you.
Keep helping like this always.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC