Click or drag to resize

CreateColocImageCommand Class

Creates colocalization image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsTwoInputsOneOutputCommandObject, Object, McImage
            MediaCy.Addins.ColocalizationCreateColocImageCommand

Namespace:  MediaCy.Addins.Colocalization
Assembly:  MediaCy.Addins.Colocalization (in MediaCy.Addins.Colocalization.dll) Version: 3.1.0.0
Syntax
VB
Public Class CreateColocImageCommand
	Inherits TwoInputsOneOutputCommand(Of Object, Object, McImage)

The CreateColocImageCommand type exposes the following members.

Constructors
  NameDescription
Public methodCreateColocImageCommand
Initializes a new instance of the CreateColocImageCommand class
Public methodCreateColocImageCommand(McCommand)
Initializes a new instance of the CreateColocImageCommand class
Top
Properties
  NameDescription
Public propertyAutoThreshold
Auto- threshold algorithm, which is used when thresholds are below zero.
Public propertyChannel1
First channel for colocalization. The channel index of Input.
Public propertyChannel2
Second channel for colocalization. If Input is a mono image and Input2 is defined, then Channel2 points to the second channel in Input2, in that case it should be 0 since input and Input2 should be monochrome images. If Input is a multi-channel image, then Channel2 points to the second channel in Input.
Public propertyChannelName1
Channel name 1 (optional)
Public propertyChannelName2
Channel name 2 (optional)
Public propertyColor1
Color of the first channel for colocalization, it's used only when ColorPair = eColorPair.Custom
Public propertyColor2
Color of the second channel for colocalization, it's used only when ColorPair = eColorPair.Custom
Public propertyColorPair
Color pair of colocalization. If it's Custom, then channels are defined by Channel and Color properties
Public propertyCreator
Creator, used with Protocols
Public propertyExternalParentChannel
Property used with MCA when parent channel is defined externally
Public propertyInput3
Parent channel image
Public propertyOutput2
Co-localization statistics
Public propertyOutput3
Composite image, which is created when 2 input images are provided.
Public propertyParentChannel
Index of parent channel (-1 if parent channel is not used)
Public propertyResultType
Result type of colocalization.
Public propertyScale
Scale of thresholds. Output property, calculated as (RangeMax+1)/256.
Public propertyThreshold1
Threshold of channel 1 for calculating colocalization values. If the value is -1, then the threshold is calculated automatically.
Public propertyThreshold2
Threshold of channel 2 for calculating colocalization values.
Public propertyVisible
Output Image visible flag.
Top
Methods
  NameDescription
Public methodRun
Runs the CreateColocImageCommand.
Public methodSetOptions
Set from options
Top
Remarks
Note, that Visible flag affects only composite image (Output3). The colocalization image is returned as invisible.
See Also