normalize: Normalization for vector and matrix

Description Usage Arguments Value Examples

View source: R/imagematrix.R

Description

This function normalizes image so that the minimum value is 0 and the maximum value is 1.

Usage

1
normalize(img)

Arguments

img

target image

Value

Data of the same mode as 'img', in which minimum value is 0 and maximum value is 1.

Examples

1
2

ripa documentation built on May 29, 2017, 5:39 p.m.

Related to normalize in ripa...