im2double(img) vs double(img)

Hello, What is difference between im2double(img) vs double(img) ? Thanks

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 17 Juil 2016
Modifié(e) : Azzi Abdelmalek le 17 Juil 2016

0 votes

Try this example, you will see the difference
Im = reshape(uint8(linspace(1,255,25)),[5 5])
out1=double(Im)
out2=im2ddouble(Im)
You can read the help to know exactly what im2double do

Catégories

Tags

Question posée :

le 17 Juil 2016

Community Treasure Hunt

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

Start Hunting!

Translated by