Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello, i am trying to make a program in java that compares two images. I do not want the computer to return a specific value of similarity. I just want it for example to check one images that was taken now and compare it with another one already saved in a specific folder and for example if the image was an image for a car return "That is a car".

I do not want the full program to do this, i just need the algorithm that will compare the two images and understand whats in it.
Posted
Comments
Richard MacCutchan 19-Feb-14 5:02am    
There are lots of white papers around on image analysis, but it is far more complex than just comparing one image with a saved picture of a car, as you descibe above. You will need to do a lot of research on the subject.

1 solution

Did you try Google[^]?
 
Share this answer
 
Comments
Andreas Avgousti 19-Feb-14 4:33am    
yes i already did. i couldnt find what i was searching for. just some general image comparison algorithms. I just wanna know if there's already a library specified for that or i can modify one.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900