I would like to find a Java library that will allow me to search for colours within an image with a tolerance. Preferably quickly. I know how I would do it if I had to write it myself, and it's not super difficult, but I'm hoping to find a library with features other than that principle one. I'd like to be able to also:
- Find another image within an image, with a tolerance, and figure out how closely matched the image is to whatever the function finds
- Specify the manner in which to search for colors or images in an image (such as a outward spiraling manner or whatever)
- Find and return a string containing what it thinks is the text at a particular location in an image
- (trivial) Find colors and images on the display as opposed to an image (I know I could just make an image out of the display, but this would help)
What I really want is SCAR Divi, the program best known for cheating at Runescape, but in Java form so I can use it with my project and I don't feel dirty.