hyperspectral pre processing (white reference, dark current)

6 visualizaciones (últimos 30 días)
Alexai
Alexai el 24 de Sept. de 2022
Respondida: Mandar el 17 de Oct. de 2022
I have white reference & dark current data.
I want to apply this data to analyze hypercube imaging.
It is my current code.
clc;clear;
hcube = hypercube('sample raw');
Unrecognized function or variable 'hypercube'.
endmembers = fippi(hcube,10);
newhcube = selectBands(hcube,endmembers,'NumberOfBands',20);
ragne = [min(hcube.Wavelength) max(hcube.Wavelength)];
wlrange = [500 600; 1000 1600];
newhcube = removeBands(hcube,'Wavelength', wlrange);
coloredImg = colorize(newhcube); % or coloredImg = colorize(hcube);
imshow(coloredImg);
  2 comentarios
Alexai
Alexai el 24 de Sept. de 2022
How can I edit my code?
Image Analyst
Image Analyst el 24 de Sept. de 2022
In the code editor in MATLAB:
You might want to download the hyperspectral add-on from the Add-ons button on the Home tab of the tool ribbon.

Iniciar sesión para comentar.

Respuestas (1)

Mandar
Mandar el 17 de Oct. de 2022
I understand that you want make use of the ‘hypercube’ function in the MATLAB.
As a workaround, you may need to install the Image Processing Toolbox Hyperspectral Imaging Library toolbox for accessing the functionalities.
You can download and install the toolbox by referring link below.
link:

Categorías

Más información sobre Hyperspectral Image Processing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by