← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #252896]: how to use Sikuli in Java

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
LOL, just used Google Translator to translate to English ;-)

String img = "some-image.png"; // the shot
Pattern pImg = new Pattern(ing).similar(0.95f);

or
Pattern pImg = new Pattern(ing).exact();

to request "exact" matching (wanted score >0.99)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.