How to find one image inside of another?
Posted
by esac
on Stack Overflow
See other posts from Stack Overflow
or by esac
Published on 2010-03-18T18:42:40Z
Indexed on
2010/03/18
20:51 UTC
Read the original article
Hit count: 343
I have 2 bmp images. ImageA is a screenshot (example) ImageB is a subset of that. Say for example, an icon.
I want to find the X,Y coordinates of ImageB within ImageA (if it exists).
Any idea how I would do that?
© Stack Overflow or respective owner