Click or drag to resize

EdgeDetectionType Enumeration

Specified the type of the edge detection.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum EdgeDetectionType
Members
  Member nameDescription
Laplacian Laplacian Edge Detection
Prewitt Prewitt Edge Detection
Gradient Gradient Edge Detection
See Also