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