removeBackground: removeBackground

View source: R/adjustPipelineFun.R

removeBackgroundR Documentation

removeBackground

Description

substract the background from Image data. If background is not given, it will be the median of the Image.

Usage

removeBackground(img, removeBackground_background, ...)

Arguments

img

an object of Image.

removeBackground_background

background cut off value.

...

not used.

Author(s)

Jianhong Ou

Examples

library(EBImage)
img <- readImage(system.file("extdata", "low.jpg", package="cellCounter"))
removeBackground(img)

jianhong/cellCounter documentation built on June 10, 2022, 8 p.m.