Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MultiscaleEnhancementCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Core Namespace : MultiscaleEnhancementCommand Class


The following tables list the members exposed by MultiscaleEnhancementCommand.

Public Constructors

 NameDescription
Public ConstructorMultiscaleEnhancementCommand ConstructorOverloaded.  Initializes a new MultiscaleEnhancementCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyContrast Gets or sets the fraction of contrast enhancement applied to the image.  
Public PropertyEdgeCoefficient Gets or sets the edge enhancement coefficient.  
Public PropertyEdgeLevels Gets or sets the number of levels that will be used for edge enhancement.  
Public PropertyFlags Gets or sets a value that determines method behavior.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyLatitudeCoefficient Gets or sets the latitude reduction coefficient.  
Public PropertyLatitudeLevels Gets or sets the number of levels that will be used for Latitude reduction.  
Public PropertyType Gets or sets a value that indicates the type of filter used.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this class.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also