SIVP Toolbox
Last update : April, 2006

im2double - Convert image to double precision

Calling Sequence

im2 = im2double(im)

Parameters

Description

im2double convert intensity or RGB images to double precision. If the input is of class double, the output image is identical to it. Otherwise, im2double rescales or offsets the data, and returns the equivalent image of class double.

Authors

Shiqi Yu <shiqi.yu[at]gmail.com>

Availability

The latest version of SIVP can be found at

http://sivp.sourceforge.net

See Also

im2bw,  im2uint8,  im2int8,  im2uint16,  im2int16,  im2int32,  mat2gray,