Pink 0.9

short2float.c File Reference

converts a "short" image to a "float" image More...


Detailed Description

converts a "short" image to a "float" image

Usage: short2float in [out]

Description:

For each pixel x, out[x] = (float)in[x]

If the last argument out is omitted, then out = in.

Types supported: short 2d, short 3d.

Category: convert

Author:
Michel Couprie