Click or drag to resize

IMcColocalization Interface

An interface implemented by McColocalization.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcColocalization

The IMcColocalization type exposes the following members.

Properties
  NameDescription
Public propertyChannels
Channel pairs as array of LONG. The even element is the channel index for first channel, the odd - for second channel.
Public propertyColors
Colors for output threshold image as an array of OLE_COLOR. The array should contain 2*NumberOfColorPairs elements. The even items for Channel1, odd for Channel 2.
Public propertyMaskRegion
MaskRegion for colocalization plot (image of 256x256 size).
Public propertySecondImage
Second channel Image for colocalization. It can be used when the source image is monochrome.
Public propertyThresholds
Channel thresholds as an array of DOUBLE. The even element is the threshold for first channel, the odd - for second.
Top
Methods
  NameDescription
Public methodCompute
Calculates colocalization parameters and creates co-localization image.
Top
See Also