IImageFilter Interface

Filters are used by the engine to preprocess the screen image from the active SUT before performing tasks such as image or text searches. The most common type of filter is the Select Filter which limits the search to a specific region of the screen (aka searchrectangle), but other filters are supported.

Methods

Name

Description

Apply

Applies the filter to the input image. Used internally.

Reverse

Transforms the coordinates of a ResultRectangle (produced by an image search with this filter applied) back to the original reference frame of the screen of the current SUT. Used internally.

Properties

Name

Description

Name

The name of the filter type.

Last updated