scan_tissue {tissue} R Documentation

analysis the HE-stain image by blocks

Description

Usage

scan_tissue(tissue,
    colors = NULL,
    grid.size = 25,
    tolerance = 15,
    density.grid = 5);

Arguments

tissue

the image of the HE-stain tissue image. [as Image]

colors

target colors for run scaning. [as string]

grid.size

grid size for divid the image into blocks. [as integer]

tolerance

the color tolerance value. [as integer]

density.grid

the grid size for evaluate the color density. [as integer]

Details

Authors

BioNovoGene

Value

the collection of the image blocks analysis result

clr value class

Examples


[Package tissue version 1.0.0.0 Index]