imgNormalize: Normalization for vector and matrix

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

x

The image

Value

Data of the same type as 'x', in which minimum value is 0 and maximum value is 255.

Examples

1
2
3
4
5
	## Not run: 
		data()
		plot(imgNormalize())
	
## End(Not run)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.