Click or drag to resize

EdgeDetectionCommand Constructor (EdgeDetectionType, Double, EdgeDetectionDirection)

Initializes a new instance of EdgeDetectionCommand specifying the type, intensity, and direction.

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 EdgeDetectionCommand(
	EdgeDetectionType type,
	double intensity,
	EdgeDetectionDirection direction
)

Parameters

type
Type: Atalasoft.Imaging.ImageProcessing.FiltersEdgeDetectionType
Type of edge detection filter to apply.
intensity
Type: SystemDouble
Intensity of the edge detection.
direction
Type: Atalasoft.Imaging.ImageProcessing.FiltersEdgeDetectionDirection
The edge detection for Gradient and Prewitt filters.
See Also