unnormalizeC01 {CONFESS} | R Documentation |
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.
unnormalizeC01(data, bits)
data |
Data matrix. The matrix of the normalized image signals. |
bits |
Numeric. The image bits. |
A matrix of unnormalized image signals