← Back to team overview

sikuli-driver team mailing list archive

[Bug 778925] [NEW] enh: find/findAll to accept list of patterns

 

Public bug reported:

I wonder if it is possible to create effective algorithm to search for
multiple patterns during single scan. I know this is possible for sure
if similarity is 1.0. Anyway, it would be nice to have this ability for
findAll function, where you need to find a lot of different images in
one pass. Using `for image in list_of_patterns: stack += findAll(image)`
is very slow.

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/778925

Title:
  enh: find/findAll to accept list of patterns

Status in Sikuli:
  New

Bug description:
  I wonder if it is possible to create effective algorithm to search for
  multiple patterns during single scan. I know this is possible for sure
  if similarity is 1.0. Anyway, it would be nice to have this ability
  for findAll function, where you need to find a lot of different images
  in one pass. Using `for image in list_of_patterns: stack +=
  findAll(image)` is very slow.


Follow ups

References