Page 1 of 1

jmagick compare

Posted: 2011-01-27T02:21:43-07:00
by sindhu
Hi everyone!!!
I am working on a project about image comparison and I found ImageMagick .
And I found that imagemagick has a "compare" function which can compare 2 images' differences.
However, I dun know how to implement it with java.
Can jmagick use the "compare" function?
how can i compare an image with the bulk of images and should show the result as found(means reference image matches with any of the bulk images) or not found(means reference image doesnt match with any images)

Thanks in advance.......