Click or drag to resize

IMcColocalizationSecondImage Property

Second channel Image for colocalization. It can be used when the source image is monochrome.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Property SecondImage As McImage
	Get
	Set

Property Value

Type: McImage
Remarks
It's used only when the first image is monochrome. If the the first image has more than 1 channel, it's used for both channels. when SecondImage is used lChannel1 and lChannel2 are ignored (the first channel of both images are used (it should be only one)
See Also