←Select platform

CannyEdgeDetectorCommand Class Members

Summary

The following tables list the members exposed by CannyEdgeDetectorCommand.

Public Constructors

Name Description
Public Constructor CannyEdgeDetectorCommand Initializes a new instance of CannyEdgeDetectorCommand with default parameters.

Public Methods

Name Description
Public Method OnProgress Raises the Progress event. (Inherited from RasterCommand)
Public Method Run Runs the image processing command. (Inherited from RasterCommand)
Public Method ToString Overridden. Returns a meaningful name for this command.

Protected Methods

Name Description
Protected Method RunCommand Command to run CannyEdgeDetectorCommand with the given parameters.

Public Properties

Name Description
Public Property Channels The channels on which the Canny filter are applied.
Public Property HasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public Property HighThreshold Threshold Value used to determine the high threshold for starting the linking process.
Public Property LowThreshold Threshold Value used to determine the low threshold for continuing the linking process.
Public Property Radius Parameter used to determine the radius of the Gaussian filter used inside this function to smooth the image before the edges are extracted.

Public Events

Name Description
Public Event Progress Occurs during the image processing command, to provide status on the progress of the command. (Inherited from RasterCommand)

See Also

CannyEdgeDetectorCommand Class

Leadtools.ImageProcessing.Core Namespace

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.