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


The following tables list the members exposed by KaufmannRegionCommand.

Public Constructors

 NameDescription
Public ConstructorKaufmannRegionCommand ConstructorOverloaded.  Initializes a new KaufmannRegionCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyCombineMode Gets or sets a value that indicates how to create a region, if one is defined.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyKaufmannProcessedImage Gets the instance that references the processed image.  
Public PropertyMaximumInput Gets or sets the value that specifies which values are to be considered to be highlights.  
Public PropertyMinimumInput Gets or sets the value that specifies which values are to be considered to be shadows.  
Public PropertyPixelsCount Gets the pixels count of the region that's created internally.  
Public PropertyRadius Gets or sets Value that indicates the size of the neighborhood used for blurring each pixel of the image.  
Public PropertyRegionStart Gets or sets the value that specifies the starting point for the region.  
Public PropertyRegionThreshold Gets or sets the value that specifies the stopping point for the region.  
Public PropertyRemoveHoles Gets or set the value that indicates whether to remove all holes from the region that's created internally.  
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 command.  
Top

Protected Methods

Public Events

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

See Also