Azzera filtri
Azzera filtri

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

7 visualizzazioni (ultimi 30 giorni)
What is the difference between double() and im2double() ?

Risposta accettata

blaat
blaat il 13 Ago 2015
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().

Più risposte (0)

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by