sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31862
Re: [Question #264958]: Count number of same images that are horizontally parallel in the screen
Question #264958 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/264958
RaiMan proposed the following answer:
the grid feature is an alternative to some complex and time consuming
findAll() in situations, where you can "calculate" some regular row
and/or column setup of a region (some visuals, that are arranged in some
tabular way).
Since it is only a calculation of subregions in a region, it is very,
very fast and might reduce the searching effort to just checking, which
visual is contained in a grid element (which in turn again is very fast,
since these subregions usually are not much larger than the visual).
The challenge is, to setup an appropriate grid, even in situations,
where the setup is dynamic (might change from case to case).
Since I saw the word "IrfanView" somewhere in you questions/comments:
the view, that shows the images usually is a regular grid.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.