HEMapScan {BioNovoGene.Analytical.MassSpectrometry.MsImaging.TissueMorphology.HEMap} | .NET clr documentation |
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.
# 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;
}
block_dims
: SizeBlocks
: Cellphysical_dims
: Size