How to Search Mulitple images of different resolution and return 1 match

Asked by Chetan

i have images of different reoslution say image 1 of resolution 1 and image 2 of resolution 2

now when i run the test i want to search both images and return the one image that is found.
currently i am using os.dir and checking exists using for loop
is there an inbuilt method like findany() where i get first match from list of images

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

I guess this is related to the other question where you ask about findBest()

Revision history for this message
Chetan (cshamdas) said :
#2

Yes Correct. we can close it