b.g.transformHistEqualGray: Preprocessing - Transform grayscale images using histogram...

Description Usage Arguments Value Author(s) Examples

View source: R/preprocessing.R

Description

To get (back) to the overview of all steps and functions use this link: a.a.main

Usage

1

Arguments

image

An array with one dimensions that holds the values of a grayscale 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 grayscale values

Author(s)

Tassilo Tobollik

Examples

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

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