how can convert matrix of image from douple to single

 Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by