how can i compare two images in java? its not like 100% pixel match but something like detecting a person. I take a persons photo and compare it with the database photo to check for a certain threshold. how it can be done? any code or any idea/suggestions?
If image is not possible/too hard i can also use signature but i think it will make things worse.
please help me.
i think i will need JAI packages...

