«Image search» module

The «Image search» module is usually used with the «Clicker» module. The module is designed to determine whether the selected image is present on the screen, and if it is, return the coordinates of its location.

Module interface

Window of this module looks like this:

![Screenshot](img/is_1.png)

The «Pick image» and «Select image» buttons allow you to select an image to search.

The «x coordinate» field. In the field, a variable is entered into which the x coordinate of the searched image will be written.

The «y coordinate» field. Similar to the «x coordinate» field.

The «Result» field. The name of the variable is gonna be entered into the field. The final result of the image search will be entered into the variable. The resulting value will be presented as a string: «true» - found, «false» - not found.

The «Number of attempts», «Pause» and «Match rate» fields are similar to the fields of the «Clicker» module.

The «Number of attempts» field. The field indicates the number of attempts made for image search.

The «Pause» field. The field is designed for creating a pause after an executed command. The pause is specified in milliseconds.

The «Match rate» field - percentage of how much the image to be searched matches with the image fragment on the current screen. A number is entered from 0 to 100, the more, the more similarities between the images should be.