View source: R/adjustPipelineFun.R
GaussianBlur | R Documentation |
apply Gaussian blur to a Image
GaussianBlur(img, GaussianBlur_sigma = 5, ...)
img |
an object of Image. |
GaussianBlur_sigma |
sigma for gblur. |
... |
not used. |
Jianhong Ou
library(EBImage) img <- readImage(system.file("extdata", "low.jpg", package="cellCounter")) GaussianBlur(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.