Description Usage Arguments Details Value Author(s) Examples
Linearly scale the intensity values of an image to a specified range.
1 2 3 4 5 |
object |
an |
separate |
if |
ft |
a numeric vector of 2 values, target minimum and maximum intensity values after normalization |
inputRange |
a numeric vector of 2 values, sets the range of the input intensity values; values exceeding this range are clipped |
normalize performs linear interpolation of the intensity values of an image to the specified range ft. If inputRange is not set the whole dynamic range of the image is used as input. By specifying inputRange the input intensity range of the image can be limited to [min, max]. Values exceeding this range are clipped, i.e. intensities lower/higher than min/max are set to min/max.
An Image object or an array, containing the transformed version
of object.
Oleg Sklyar, osklyar@ebi.ac.uk, 2006-2007 Andrzej Oles, andrzej.oles@embl.de, 2013
1 2 3 4 5 6 7 8 9 |


[1] 0 7
[1] 0 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.