Is there a way where i can match some sort of screenshots with earlier stored images in my system. Consider 2 images i want to compare A and B. A is full screenshot of monitor whereas B corresponds to a particular window say a small image. My problem is to find whether A contains B or not?
Asked
Active
Viewed 926 times
2 Answers
0
There doesn't seem to be a whole lot out there in terms of Java stuff that does image matching. I've found (maybe) a starting point for you, but be aware that this is a really complex topic. Related StackOverflow topic here.
-1
For image processing I suggest using OpenCV library to get started. It has feature detectors which you can use to detect and find similar objects within an image like this. There are quite a few examples online you can use to perform the function you need. It is a pretty big topic so I can't share a lot, but I hope this can give you a head start :)
-
(Aside: we tend to discourage the addition of voting advice or commentary to posts, since it is not of interest to most users, who do not log in or vote. You _can_ add it to comments if you wish, where it is out of the way, but there isn't much point in doing so, since downvoters have already been and gone, and they thus won't see your message to consider giving a reason for their vote). – halfer Nov 01 '16 at 10:21