Click or drag to resize

CreateColocImageCommand Properties

The CreateColocImageCommand type exposes the following members.

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
See Also