EdgeDetectionEffectMode Enumeration |
Specifies what type of filter kernel to use for edge detection.
Namespace: Microsoft.Graphics.Canvas.Effects
public enum EdgeDetectionEffectMode
Member name | Value | Description | |
---|---|---|---|
Sobel | 0 | Indicates the Sobel operator should be used for edge detection. | |
Prewitt | 1 | Indicates the Prewitt operator should be used for edge detection. |