View source: R/adjustPipelineFun.R
ScurveAdjust | R Documentation |
apply S-curve adjust for a Image by formula: data = L / (1 + exp (-k * (data - x0)))
ScurveAdjust( img, ScurveAdjust_k = 10, ScurveAdjust_L = 1, ScurveAdjust_x0 = 0.5, ... )
img |
an object of Image. |
ScurveAdjust_k |
slope |
ScurveAdjust_L |
max value |
ScurveAdjust_x0 |
mean value |
... |
not used. |
Jianhong Ou
library(EBImage) img <- readImage(system.file("extdata", "low.jpg", package="cellCounter")) ScurveAdjust(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.