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


The following tables list the members exposed by SubtractBackgroundCommand.

Public Constructors

 NameDescription
Public ConstructorSubtractBackgroundCommand ConstructorOverloaded.  Initializes a new SubtractBackgroundCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBrightnessFactor Gets or sets the brightness factor for increasing or decreasing the brightness of the image.  
Public PropertyFlags Gets or sets flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyRollingBall Gets or sets the radius (in pixels) of the ball that will roll over the entire image to determine the background.  
Public PropertyShrinkingSize Gets or sets the shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.  
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