← Back to team overview

sikuli-driver team mailing list archive

[Question #670690]: Is there any way to find only borders of Image

 

New question #670690 on Sikuli:
https://answers.launchpad.net/sikuli/+question/670690

Hi RaiMan,

To find images on screen I am using below mentioned anyone. 
s.find(new Pattern("ImageName").exact() );
s.find(new Pattern("ImageName").similar((float)0.99) );
s.find(new Pattern("ImageName").similar((float)0.25) );
s.find(new Pattern("ImageName").similar((float)0.50) );
s.find(new Pattern("ImageName").similar((float)0.75) );

1) How is SikuliX working against similarity?
2) May I use similarity as 0, 10, 20 etc. ?
3) how to find borders after that want to check parts finally actual image? 



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