RanorexRanorex Documentation
Imaging..::.Preprocessings Enumeration
NamespacesRanorexImagingImaging..::.Preprocessings
Defines preprocessing steps that can be performed on an image.
Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum Preprocessings
<FlagsAttribute> _
Public Enumeration Preprocessings
[FlagsAttribute]
public enum class Preprocessings
Members
MemberDescription
None
No preprocessing.

Grayscale
Convert the image to a grayscale image.

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

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

Downsize
Downsize the image.

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

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)