View source: R/adjustPipelineFun.R
changeCellSize | R Documentation |
apply rescale Image data to [0, 1]
changeCellSize( img, changeCellSize_direction = c("erode", "dilate"), changeCellSize_targetChannel = c("red", "green", "blue"), changeCellSize_size = 3, changeCellSize_shape = "disc", ... )
img |
an object of Image. |
changeCellSize_direction |
"erode" or "dilate". erode make the cell size smaller and dilate make the cell size bigger. |
changeCellSize_targetChannel |
the target channel. |
changeCellSize_size, changeCellSize_shape |
Brush size and shape, see makeBrush |
... |
not used. |
Jianhong Ou
library(EBImage) img <- readImage(system.file("extdata", "low.jpg", package="cellCounter")) changeCellSize(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.