| dapimask | R Documentation |
Mask DAPI in kernel
dapimask(
img,
size = NULL,
voxelsize = NULL,
thresh = "auto",
silent = TRUE,
cores = 1
)
img |
DAPI channel image (3d) |
size |
size of img in microns |
voxelsize |
size of voxel in microns |
thresh |
threshold for intensity. Can be "auto": function will try to find automatic threshold |
silent |
Keep silent? |
cores |
number of cores available for parallel computing |
mask image, array with same dimension as img.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.