Click or drag to resize

mcColocResult Enumeration

result types for Compute of Colocalization

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcColocResult
Members
  Member nameValueDescription
mcclFrequency160returns gray-scale frequency image (16-bit)
mcclColor1returns color image 24-bit
mcclFrequency82returns gray-scale 8-bit frequency image that can be used for surface plot
mcclStatsOnly3returns a set of co-localization parameters, no image is generated. Note, that co-localization statistics is returned with any call of Compute.
mcclPreviewMask4returns preview mask for active frame
mcclColocMask5returns coloc mask for whole sequence
mcclPreviewMaskMulti6returns multi-channel preview mask for active frame. The colocalized pixels have intensity 3, only red - 1, only green - 2.
mcclColocMaskMulti7returns multi-channel coloc mask for whole sequence. The colocalized pixels have intensity 3, only red - 1, only green - 2.
mcclAutoStatsOnly8calculate only Pearson correlation below thresholds. It's used in Auto-threshold calculations.
See Also