Borrar filtros
Borrar filtros

Display hyperspectral image problem

1 visualización (últimos 30 días)
Nandita  Sarkar
Nandita Sarkar el 5 de Jun. de 2022
Comentada: Nandita Sarkar el 5 de Jun. de 2022
Whenever I am trying to display using imshow ,the hyperspectral image is showing fully white.No image is showing but in envi software I can clearly see the image.I have attached the screenshot.Please anybody help me to do this.

Respuesta aceptada

Image Analyst
Image Analyst el 5 de Jun. de 2022
The problem is your data array has floating point values beyond a value of 1. Try using [] in imshow to scale them:
imshow(data(:, :, 50), []);

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by