unnormalizeC01 {CONFESS}R Documentation

unnormalizeC01

Description

It calculates the unnormalized signal of a normalized image. The normalization has been originally performed as x[i,j]/bits where x[i,j] is the i,j element of the signal matrix x and bits is the value of the bits.

Usage

unnormalizeC01(data, bits)

Arguments

data

Data matrix. The matrix of the normalized image signals.

bits

Numeric. The image bits.

Value

A matrix of unnormalized image signals


[Package CONFESS version 1.8.0 Index]