What is the difference between double() and im2double() ?

 Akzeptierte Antwort

blaat
blaat am 13 Aug. 2015

2 Stimmen

The function double() only converts the specified array to a variable of type double, keeping the same values. The function im2double() also normalises to an interval of [0, 1], which is convenient when working with e.g., imshow().

Weitere Antworten (0)

Tags

Noch keine Tags eingegeben.

Gefragt:

am 13 Aug. 2015

Kommentiert:

am 13 Aug. 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by