CreateColocImageCommand Class |
![]() |
Namespace: MediaCy.Addins.Colocalization
Public Class CreateColocImageCommand Inherits TwoInputsOneOutputCommand(Of Object, Object, McImage)
The CreateColocImageCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateColocImageCommand | Initializes a new instance of the CreateColocImageCommand class |
![]() | CreateColocImageCommand(McCommand) | Initializes a new instance of the CreateColocImageCommand class |
Name | Description | |
---|---|---|
![]() | AutoThreshold |
Auto- threshold algorithm, which is used when thresholds are below zero.
|
![]() | Channel1 |
First channel for colocalization. The channel index of Input.
|
![]() | Channel2 |
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.
|
![]() | ChannelName1 |
Channel name 1 (optional)
|
![]() | ChannelName2 |
Channel name 2 (optional)
|
![]() | Color1 |
Color of the first channel for colocalization, it's used only when ColorPair = eColorPair.Custom
|
![]() | Color2 |
Color of the second channel for colocalization, it's used only when ColorPair = eColorPair.Custom
|
![]() | ColorPair |
Color pair of colocalization. If it's Custom, then channels are defined by Channel and Color properties
|
![]() | Creator |
Creator, used with Protocols
|
![]() | ExternalParentChannel |
Property used with MCA when parent channel is defined externally
|
![]() | Input3 |
Parent channel image
|
![]() | Output2 |
Co-localization statistics
|
![]() | Output3 |
Composite image, which is created when 2 input images are provided.
|
![]() | ParentChannel |
Index of parent channel (-1 if parent channel is not used)
|
![]() | ResultType |
Result type of colocalization.
|
![]() | Scale |
Scale of thresholds. Output property, calculated as (RangeMax+1)/256.
|
![]() | Threshold1 |
Threshold of channel 1 for calculating colocalization values. If the value is -1, then the threshold is calculated automatically.
|
![]() | Threshold2 |
Threshold of channel 2 for calculating colocalization values.
|
![]() | Visible |
Output Image visible flag.
|
Name | Description | |
---|---|---|
![]() | Run |
Runs the CreateColocImageCommand.
|
![]() | SetOptions |
Set from options
|