eColocResult Enumeration
|
|
Result types of colocalized image.
Namespace:
MediaCy.Addins.Colocalization
Assembly:
MediaCy.Addins.Colocalization (in MediaCy.Addins.Colocalization.dll) Version: 3.1.0.0
SyntaxPublic Enumeration eColocResult
Members
| Member name | Value | Description |
---|
| Frequency16 | 0 |
Result is a 16-bit gray scale image, where pixel intensity represents the frequency of colocalization.
|
| Color | 1 |
Result is a color 24-bit image, where color of the pixels corresponds to the colocalization color.
|
| Frequency8 | 2 |
Result is an 8-bit gray scale image, where pixel intensity represents the frequency of colocalization. This image can be used to build surface plot.
|
| StatsOnly | 3 |
Returns a set of colocalization parameters only, no image is generated.
|
Remarks
See Also