Pink 0.9
|
converts a "byte" image to a "float" image More...
converts a "byte" image to a "float" image
Usage: byte2float in [out]
Description:
For each pixel x, out[x] = (float)in[x]
If the last argument out is omitted, then out = in.
Types supported: byte 2d, byte 3d.
Category: convert