Hi.. Am looking for appropriate java codes for Comparing images.. I searched thru net but no apt codes related 2 it.. Anybody 2 help me out thre???
Yup.. Irrespective of size of the image, I need to write a JAVA code, where it'l compare the image given as an input with another image already contained in my database and return true if comparison matches. For Eg., if I give an image of computer, my code should be able to compare with images of computer in my database and return the o/p.. Database codin part, leave it upto me. I just need help in, how Java compares two images..
Hi Gulnaz, I searched for your query on the net and found this result: Mind Meat: Java Image Comparison / Motion Detection Does that help?
Here is some information about processing pixels in an image using Java : Processing Image Pixels using Java, Getting Started - Developer.com
Sorry for late reply actually i am busy in exams. Well i have an idea how to compare two images check this code. Use it to compare two images hope it works.But it's just an idea you can edit it on your own way.