What is the range of double??
古いコメントを表示
Is it necessary to convert the uint8 data type to double for processing any image??
回答 (3 件)
David Sanchez
2013 年 6 月 3 日
0 投票
A colour image has to be < height x width x 3 > uint8 matrix.
1 件のコメント
Jan
2013 年 6 月 3 日
No, color images can be stored as double array also.
Iain
2013 年 6 月 3 日
0 投票
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 件のコメント
Jan
2013 年 6 月 3 日
0 投票
It depends on the detail hidden in the term "processing". A lot of functions work with UINT8 also, but some don't.
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!