Description Usage Arguments Value Author(s) Examples
View source: R/preprocessing.R
The needed package /codeEBImage can be installed by using the source /code\linkg"https://bioconductor.org/biocLite.R" then it can be loaded
with the command /codebiocLite("EBImage"). To get (back) to the overview of all steps and functions use this link:
a.a.main
1 | b.f.transformHistEqualRgb(image = NULL, filename)
|
image |
An array that can have multiple dimensions and holds the values of image (for example an RGB image). This parameter is optional. |
filename |
A string that holds the path to the image from the workingdirectory and it's filename. If the parameter |
An image with histogram equalized RGB-values
Tassilo Tobollik Takes aprox. 0.38 sec/image
1 | \code{histEqualImage <- b.f.transformHistEqualRgb(imageArray, "data/image.png")}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.