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

HEMapScan

Description

the scan result of the HE stain image

the entire image was divided into multiple blocks Cell at first, and then the specific color channel layer data was evaluated for run downstream data analysis this model is consist with a collection of the block Cell scan result.

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.MsImaging.TissueMorphology.HEMap
export class HEMapScan {
   # the block dimension of HEMapScan.Blocks result
   block_dims: Size;
   # the image analysis data
   Blocks: Cell[];
   # the color channels for run the scanning analysis.
   channels: string;
   # the physical dimension size of the raw image input
   physical_dims: Size;
}

        

.NET clr type reference tree

  1. use by property member block_dims: Size
  2. use by property member Blocks: Cell
  3. use by property member physical_dims: Size

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