|
Hello Everyone
I am programming a java program and I have the following problem:
I want to detect the change between 2 images, and deciding if they are almost identical or not.
I tried to subtract them then to use the mean calculator to give me an indication about the similarity ratio between the 2 images, but I found that sometimes depends on the sequence of subtracting (i.e to subtract image1 from 2 or vice versa) and the mean calculator gives somewhat unreliable (at least for me) indication. I ask about how I can do so in a better approach with the same mean calculator .
My second question is about image correlator plugin, I think it gives good graphical indication of similarity or dissimilarity, but How can I use it in my java application to give me the required indication?
|