Match image on android screen? [closed]
Hi there
I am able to "find" a match to a saved image on camera and saved photo.
Am i able to find/match a image that is currently on android screen ?
ie.
I am not worried about real time , i will initiate the "find if need be Lets say android screen has 10 animals on, i want to find the one the one that matches my template, and return the coordinates of it
if this is possible , could someone please point me in the right direction ?
please take a look at opencv's android samples, esp. the object-detection
Thank you @berak, heading there now :)
and in general, you want to do some course on computer-vision / machine-lear
I think that's a good idea, i normally learn as i go , but i think CV might be a bet complicated to do that way