Answer the question
In order to leave comments, you need to log in
Dll (Library) to find a part of the image on the screen?
Tell me, can anyone know a library that could search on a large picture, a small one. That is, let's say in the big picture there is a button, in the small picture there is a screenshot of this button. At the input, two images are set, a large one in which to search and a small one that we are looking for, at the output, the coordinates of the location of the small image are given. It is also necessary that it be possible to set the search error, so that if the small picture does not slightly match what is in the big picture, everything also works.
I found one library but everything is too complicated there.
Answer the question
In order to leave comments, you need to log in
depending on how exactly it is needed, in the simplest (but not the fastest) case, it will be enough to do this:
write a function that works like this:
Check(original, fragment, point) where point is the place on the source image in which we check for the presence of a fragment.
the presence of a fragment is defined as the difference modulo colors at each point (r1-r2,g1-g2,b1-b2)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question