objectNormalize {IFC} | R Documentation |
Object Intensity Normalization
Description
Normalizes a matrix to [0,1].
Usage
objectNormalize(
mat,
input_range = c(0, 4095),
full_range = FALSE,
force_range = FALSE,
gamma = 1
)
Arguments
mat |
a finite numeric matrix. |
input_range |
a finite numeric vector of 2 values, sets the range of the input intensity values. Values outside this range are clipped. Default is |
full_range |
if ' |
force_range |
if ' |
gamma |
' |
Details
Note that negative values are used internally for removal of unmasked objects.
Value
a [0,1] normalized matrix
[Package IFC version 0.2.1 Index]