Click or drag to resize

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
Syntax
VB
Public Enumeration eColocResult
Members
  Member nameValueDescription
Frequency160 Result is a 16-bit gray scale image, where pixel intensity represents the frequency of colocalization.
Color1 Result is a color 24-bit image, where color of the pixels corresponds to the colocalization color.
Frequency82 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.
StatsOnly3 Returns a set of colocalization parameters only, no image is generated.
Remarks