sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57778
Re: [Question #699312]: [Enhancement] Find All possible matches from an list of input images
Question #699312 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699312
Status: Open => Answered
RaiMan proposed the following answer:
I understand your request.
But if you pack such an implementation into a function (def) and put it
into your global module, then you are there.
findAll principally is the same as find, but in case returns all matches
with an appropriate score instead of only that with the highest score.
An enhancement IMHO for your situation would be to internally run the
find ops for each target in parallel (as for findAny) instead of
sequentially, which takes longer in average and uses a new shot for
every sequential findAll (your workaround).
So I accept your request as an enhancement for findAny, so that for each
given target a list of all found matches (as with findAllList) is
returned.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.