sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22366
Re: [Question #239302]: Identifying image quickly
Question #239302 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/239302
Tuna posted a new comment:
I'm using 1.0.1. The script is below....thanks!
Settings.MinSimilarity=0.98
Settings.WaitScanrate=500 # (min wait time = 2 msec)
r_small = Region(39,317,10,10)
Settings.WaitScanrate=3
c_spade = "1384724141154.png"
start = time.time()
for i in range(52):
print r_small.exists(c_spade,0)
print int((time.time()-start)*1000)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.