increaseContrast: increaseContrast

View source: R/adjustPipelineFun.R

increaseContrastR Documentation

increaseContrast

Description

increase the Image contrast by multiply the image data by a value.

Usage

increaseContrast(img, increaseContrast_times = 2, ...)

Arguments

img

an object of Image.

increaseContrast_times

a numeric vector.

...

not used.

Author(s)

Jianhong Ou

Examples

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

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