Azzera filtri
Azzera filtri

What is the range of double??

2 visualizzazioni (ultimi 30 giorni)
Ashish Jain
Ashish Jain il 3 Giu 2013
Is it necessary to convert the uint8 data type to double for processing any image??

Risposte (3)

David Sanchez
David Sanchez il 3 Giu 2013
A colour image has to be < height x width x 3 > uint8 matrix.
  1 Commento
Jan
Jan il 3 Giu 2013
No, color images can be stored as double array also.

Accedi per commentare.


Iain
Iain il 3 Giu 2013
No.
Some image processing functions will need it to be converted.
The range of double is plus and minus 0, 10^-318 to 10^318, with about 16 significant figures.
  1 Commento
Jan
Jan il 3 Giu 2013
Modificato: Jan il 3 Giu 2013
But the range used for color images is from 0 to 1 inclusively. Therefore there is no strong relation between the question and this correct statement.

Accedi per commentare.


Jan
Jan il 3 Giu 2013
It depends on the detail hidden in the term "processing". A lot of functions work with UINT8 also, but some don't.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by