Cell {BioNovoGene.Analytical.MassSpectrometry.MsImaging.TissueMorphology.HEMap} .NET clr documentation

Cell

Description

A cell block on the image

the channel layers data of the colors is consist with the Object collection.

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member black: Object
  2. use by property member layers: list

[Package {$package} version {$version} Index]