Click or drag to resize

Extract Class

Extracts background from the image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.Commands.BackgroundExtract

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

The Extract type exposes the following members.

Constructors
  NameDescription
Public methodExtract
Initializes a new instance of the Extract class
Public methodExtract(String)
Initializes a new instance of the Extract class
Public methodExtract(McCommand)
Initializes a new instance of the Extract class
Top
Properties
  NameDescription
Public propertyBackgroundType
Defines source of the background image.
Public propertyFeatureSize
Approximate width (minimum diameter) of the object, in pixels.
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 methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks