how can convert matrix of image from douple to single

 Respuesta aceptada

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

Más respuestas (0)

Preguntada:

el 24 de Nov. de 2014

Comentada:

el 24 de Nov. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by