CODE for Hyperspectral AVIRIS datasets RGB BAND combination

2 vues (au cours des 30 derniers jours)
ASWIN VIJAYAN
ASWIN VIJAYAN le 22 Mai 2018
Commenté : harrynecek le 3 Nov 2018
I am using Hyperspectral AVIRIS datasets. I have used the code for reading.X=multibandread("cupriteReflectance.dat",[522,601,224],'int16',0,'bil','ieee-le'); How to make RGB band combination from this data? What is the code?
  1 commentaire
harrynecek
harrynecek le 3 Nov 2018
Have you figured it out? I tried two methods but both return a completely white picture for some reason.
KSC_RGB = cat(3, KSC_r, KSC_g, KSC_b);
KSC_RGB2(:,:,1) = KSC_r;
KSC_RGB2(:,:,2) = KSC_g;
KSC_RGB2(:,:,3) = KSC_b;

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Hyperspectral Image Processing dans Help Center et File Exchange

Produits


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by