Smaller bitmap within a larger bitmap
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I've found several articles on comparing two bitmaps to see if they are the same, however, they address two images that are the same size. What if I have two images of different sizes and I want to determine if the smaller image resides somewhere within the larger one. This seems like an easy task, but I'm not having any success as of yet. Any help would be appreciated. Thanks.