Click or drag to resize

CreateColocImageCommandRun Method

Runs the CreateColocImageCommand.

Namespace:  MediaCy.Addins.Colocalization
Assembly:  MediaCy.Addins.Colocalization (in MediaCy.Addins.Colocalization.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable Sub Run ( 
	input1 As Object,
	input2 As Object,
	input3 As Object,
	ByRef output As McImage,
	ByRef output2 As ColocStats,
	ByRef output3 As McImage
)

Parameters

input1
Type: SystemObject
Image, ImageSet or document. If the document is Image, then the input defines the image for the First colocolization channel or all colocalization channels if the image is color. If the document is image set, then it defines the image set, the channels will be defined by Input 2 parameter.
input2
Type: SystemObject
Second channel (in case if input1 is image) or list of channel indices (in case if input1 is ImageSet)
input3
Type: SystemObject
Parent channel, can be Nothing. In case if input1 is ImageSet the parameter is ignored, the parent channel index is listed as third element in input2 list.
output
Type: MediaCy.IQL.EngineMcImage
Colocalization scatterplot image.
output2
Type: MediaCy.Addins.ColocalizationColocStats
Image colocalization statistics as ColocStats
output3
Type: MediaCy.IQL.EngineMcImage
Merged color image, created by merging colocalization and parent channels into RGB image. If input1 is a color image, no new image is created.
Remarks