images/
vis_scaleimage.pro
includes main-level programtop vis_scaleimage
result = vis_scaleimage(im, dividers=1-dimensional array, outputs=1-dimensional array)
Piecewise-linearly scale an image.
Return value
image of the same dimensions as the original and type float
Parameters
- im in required type=2-dimensional array
input image (single band)
Keywords
- dividers in required type=1-dimensional array
divider values in the scale of the input image
- outputs in required type=1-dimensional array
output values corresponding to the
DIVIDERS
values
Examples
Try the main-level example program at the end of this file:
IDL> .run vis_scaleimage
im = vis_scaleimage(elev, dividers=[0, 1, 256], outputs=[0, 144, 256])
File attributes
Modification date: | Thu Mar 22 12:38:56 2012 |
Lines: | 64 |
Docformat: | rst rst |