<< im2bw SIVP - Scilab Image and Video Processing Toolbox im2int16 >>

SIVP - Scilab Image and Video Processing Toolbox >> SIVP - Scilab Image and Video Processing Toolbox > im2double

im2double

Convert image to double precision

Calling Sequence

im2 = im2double(im)

Parameters

im
An matrix/image, which can be ANY image supported by SIVP.
im2
Output image, a double precision matrix.

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

Availability

The latest version of SIVP can be found at

http://sivp.sf.net

See Also

<< im2bw SIVP - Scilab Image and Video Processing Toolbox im2int16 >>