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 = 4Downsize the image.
Edges = 3Detect object edges in the image using the Laplace edge detection algorithm (includes Grayscale).
EdgesSobel = 19Detect object edges in the image using the Sobel edge detection algorithm (includes Edges).
Grayscale = 1Convert the image to a grayscale image.
None = 0No preprocessing.
Threshold = 9Convert the image to a black/white image using a threshold (includes Grayscale).