What is the difference between double() and im2double() ?
42 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
What is the difference between double() and im2double() ?
Réponse acceptée
blaat
le 13 Août 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().
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!