how can convert matrix of image from douple to single

 Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by