I am working on a WPF application where I have some screenshots. Now in all these screenshots I have to check whether any of the screenshot contains a certain smaller size image(sub-image).
I have looked into different solutions but every solution compares 2 images whether they are exact or not. But I need something which will tell me whether a image contains another image or not.