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
SyntaxPublic Enumeration mcColocResult
Members
| Member name | Value | Description |
---|
| mcclFrequency16 | 0 | returns gray-scale frequency image (16-bit) |
| mcclColor | 1 | returns color image 24-bit |
| mcclFrequency8 | 2 | returns gray-scale 8-bit frequency image that can be used for surface plot |
| mcclStatsOnly | 3 | returns a set of co-localization parameters, no image is generated. Note, that co-localization statistics is returned with any call of Compute. |
| mcclPreviewMask | 4 | returns preview mask for active frame |
| mcclColocMask | 5 | returns coloc mask for whole sequence |
| mcclPreviewMaskMulti | 6 | returns multi-channel preview mask for active frame. The colocalized pixels have intensity 3, only red - 1, only green - 2. |
| mcclColocMaskMulti | 7 | returns multi-channel coloc mask for whole sequence. The colocalized pixels have intensity 3, only red - 1, only green - 2. |
| mcclAutoStatsOnly | 8 | calculate only Pearson correlation below thresholds. It's used in Auto-threshold calculations. |
See Also