Change Similarity of image at runtime

Asked by Chetan

we pass set of images in findBest. some images may have some similarity set
we would like to change the similarity of all images to specific value say 50 at runtime
is there a easy way to achieve this?

Question information

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

You have to cycle through the given images/patterns and create new patterns with the needed similarity.

Use findBestList() to hand over a list of patterns.

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

Thanks RaiMan, that solved my question.