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

Hi,

I got an image displayed multiple times on the screen, how can I find how many 
times it is displayed? And I want to get the region of each display.

I tried the following but I get only two matches but the image is displayed 3 
times.

for (;img7.hasNext();img7.next()) {
                            
                                System.out.println("Pringting Gap 
img7"+img7.next());
                                
                               
                          }

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to