View source: R/adjustPipelineFun.R
removeBackground | R Documentation |
substract the background from Image data. If background is not given, it will be the median of the Image.
removeBackground(img, removeBackground_background, ...)
img |
an object of Image. |
removeBackground_background |
background cut off value. |
... |
not used. |
Jianhong Ou
library(EBImage) img <- readImage(system.file("extdata", "low.jpg", package="cellCounter")) removeBackground(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.