フィルターのクリア

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

23 ビュー (過去 30 日間)
D Joseph
D Joseph 2015 年 8 月 13 日
コメント済み: D Joseph 2015 年 8 月 13 日
What is the difference between double() and im2double() ?

採用された回答

blaat
blaat 2015 年 8 月 13 日
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().

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by