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


The following tables list the members exposed by LocalHistogramEqualizeCommand.

Public Constructors

 NameDescription
Public ConstructorLocalHistogramEqualizeCommand ConstructorOverloaded.  Initializes a new LocalHistogramEqualizeCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyHeight Gets or sets the height of the local histogram equalizer rectangle in pixels.  
Public PropertyHeightExtension Gets or sets the extension of the height of the local histogram equalizer rectangle, in pixels.  
Public PropertySmooth Gets or sets the size of the area to be used when smoothing the edges between localized blocks.  
Public PropertyType Flag that indicates which color space to equalize.  
Public PropertyWidth Gets or sets the width of the local histogram equalizer rectangle in pixels.  
Public PropertyWidthExtension Gets or sets the extension of the width of the local histogram equalizer rectangle, in pixels.  
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