← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #369798]: Find an image in an other image

 

Question #369798 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/369798

    Status: Answered => Open

ruben is still having a problem:
Ok that I do understand however i used to do a detection on the screen
using regions like this:

region reg=new region(...);
Match found=region.find(img);

what i would like to do is:
Finder finder = new Finder(image);
Match found=finder.find(img);

However netbeans IDE gives me the suggestion that Finder.find() returns
a String and not a Match what is going wrong?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.