Table of Contents

Enum Imaging.Preprocessings

Namespace
Ranorex
Assembly
Ranorex.Core.dll

Defines preprocessing steps that can be performed on an image.

[Flags]
public enum Imaging.Preprocessings

Fields

Downsize = 4

Downsize the image.

Edges = 3

Detect object edges in the image using the Laplace edge detection algorithm (includes Grayscale).

EdgesSobel = 19

Detect object edges in the image using the Sobel edge detection algorithm (includes Edges).

Grayscale = 1

Convert the image to a grayscale image.

None = 0

No preprocessing.

Threshold = 9

Convert the image to a black/white image using a threshold (includes Grayscale).