I am working on the app where suppose I capture the picture of the tool like hammer or anything and later I again capture it then here I need to compare whether the tool is same so it is similar like to whether both picture are similar.
I have got one idea to do this to check the RGB pixels value of the both captured image and take the average then compare them. If both are probably near then it means both are same but that would take much time.
Any other better solution to do this in Android ?