| normalize {EBImage} | R Documentation |
Functions to normalize images.
negate(x, ...)
normalize(x, from=0, to=1, ...)
normalize2(x, ...)
xImage-class. from, toGrayscale images. ...
A transformed image in an object of Image-class.
negate negates the colors in the reference image. Operates on all image
modes.
normalize normalizes Grayscale images to the given range.
normalize2 uses ImageMagick normalization routine to normalize
Grayscale or TrueColor images.
Copyright (c) 2005-2006 Oleg Sklyar : osklyar@ebi.ac.uk
ImageMagick: http://www.imagemagick.org.
## Not run: see ?watershed for examples