Suppose I have an grayscale image this:- {first image}
and i want to check whether this image exists in this one below:-{second}
without any third party library
first image
second
I thought of using Getpixel()
to get all the black pixels and check if the pattern matches
Sorry for my English