Cell {BioNovoGene.Analytical.MassSpectrometry.MsImaging.TissueMorphology.HEMap} | .NET clr documentation |
A cell block on the image
the channel layers data of the colors is consist with the Object collection.
# namespace BioNovoGene.Analytical.MassSpectrometry.MsImaging.TissueMorphology.HEMap
export class Cell {
# average value of Blue channel
B: double;
black: Object;
# average value of Green channel
G: double;
# does current cell block is in color black?
isBlack: boolean;
layers: list;
# average value of Red channel
R: double;
# the location X of the grid
ScaleX: integer;
# the location Y of the grid
ScaleY: integer;
# the physical image x
X: integer;
# the physical image y
Y: integer;
}
black
: Objectlayers
: list