API documentation for visualization library

Michael Galloy

single page | use frames     summary     class     fields     routine details     file attributes

images/

vis_scaleimage.pro

includes main-level program

top 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
This example does the following scaling:
im = vis_scaleimage(elev, dividers=[0, 1, 256], outputs=[0, 144, 256])
Here, the interval 0..1 in the input image is scaled to 0..144, and 1..256 is scaled to 144..245.

File attributes

Modification date: Thu Mar 22 12:38:56 2012
Lines: 64
Docformat: rst rst