how can convert matrix of image from douple to single

 Akzeptierte Antwort

David Young
David Young am 24 Nov. 2014
If imageDouble is the original image, use
imageSingle = single(imageDouble);

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by