how can convert matrix of image from douple to single

 採用された回答

David Young
David Young 2014 年 11 月 24 日

1 投票

If imageDouble is the original image, use
imageSingle = single(imageDouble);

その他の回答 (0 件)

質問済み:

2014 年 11 月 24 日

コメント済み:

2014 年 11 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by