Click or drag to resize

CannyEdgeDetectorCommandApply Method

Applies a Canny Edge Detection filter using the current settings to the specified image.

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 override ImageResults Apply(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The source %AtalaImage% which will be processed.

Return Value

Type: ImageResults
A new AtalaImage containing the processed image or null (Nothing in Visual Basic) if cancelled.
See Also