sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57777
[Question #699312]: [Enhancement] Find All possible matches from an list of input images
New question #699312 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699312
problem:
currently we use findbest to find the best match from a list of input images. however sometimes we need to find all matches as the best match image is not the image we need. for this there is no method where we pass a list of images to findALL and it returns all the matches from each of the input image
alternatively we use loop in findalllist where we feed it with one image at a time
for imgall in imagelistwithMatchpercent:
closestImagesfindAll=[]
closestImagesfindAll=regiontoSearch.findAllList(imgall)
enhancement
it would be helpful we we can pass all the images to findAllList in one go
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.