imgNormalize {biOps}R Documentation

Normalization for vector and matrix

Description

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

Usage

imgNormalize(x)

Arguments

x The image

Value

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

Examples

        ## Not run: 
                data(logo)
                plot(imgNormalize(logo))
        
## End(Not run)

[Package biOps version 0.2.1 Index]