Image identification
Java
2
Posts
2
Posters
0
Views
1
Watching
-
I want to identify an image in an application window. To be more specific, I want to know how i can identify if the image exists and if it is at the right location in the window.
-
I want to identify an image in an application window. To be more specific, I want to know how i can identify if the image exists and if it is at the right location in the window.
Where "identify" means what exactly? If you mean you want to figure out that a picture, for example, has a dog in it then you need to research pattern matching algorithms (or maybe "image pattern" but something like that.) The algorithms are independent of language.