b.f.transformHistEqualRgb: Preprocessing - Transform rgb images using histogram...

Description Usage Arguments Value Author(s) Examples

View source: R/preprocessing.R

Description

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

Usage

1

Arguments

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 image isn't given the image will be loaded by using this path.

Value

An image with histogram equalized RGB-values

Author(s)

Tassilo Tobollik Takes aprox. 0.38 sec/image

Examples

1
\code{histEqualImage <- b.f.transformHistEqualRgb(imageArray, "data/image.png")}

Vitlik/DA2-17 documentation built on May 20, 2019, 11:12 a.m.