OpenCV Find Images
Description
This action component allows you to search for a specified image region on the screen in the foreground by using the Computer Vision neural network and returns the found images.
Input Properties
- Selector (String) – Choose the image element to find and it will generate a string (Selector) to specify the location of that images.
- Timeout (Int32) – The amount of time (in milliseconds) to wait for the action to run.
- Threshold (Double) – A unit of measurement from 0 to 1. Threshold value which is used to classify the pixel values.
Output Properties
- Result (List
) – Returns the found image as List of IImageObject.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.