Click or drag to resize

BackgroundCommand Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsImageOperatorCommandObject, Object
            MediaCy.CommandsSplittableImageOperatorCommandObject, Object
              MediaCy.Commands.BackgroundBackgroundCommand
                MediaCy.Commands.BackgroundCorrect
                MediaCy.Commands.BackgroundSubtract

Namespace:  MediaCy.Commands.Background
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class BackgroundCommand
	Inherits SplittableImageOperatorCommand(Of Object, Object)

The BackgroundCommand type exposes the following members.

Constructors
  NameDescription
Public methodBackgroundCommand
Initializes a new instance of the BackgroundCommand class
Public methodBackgroundCommand(String)
Initializes a new instance of the BackgroundCommand class
Public methodBackgroundCommand(McCommand)
Initializes a new instance of the BackgroundCommand class
Top
Properties
  NameDescription
Public propertyBackgroundType
Defines source of the background image.
Public propertyFeatureSize
Approximate width (minimum diameter) of the object, in pixels.
Public propertyInput2
Public propertyMethod
Defines method, which is used for background image creation.
Public propertyPoints
Defines location of the points on the image.
Public propertyRadius
Defines spot radius to measure intensity at the points.
Public propertyRegularization
Defines regularization value for Thin-Plate Spline transform.
Public propertyVisible
Defines visibility of the background image.
Top
Methods
  NameDescription
Public methodRun
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
See Also