hyperspectral image cube slicer

Image slicer to visualize multi-channel image data.
1,7K Descargas
Actualizado 16 sep 2013

Ver licencia

Implementation of an image cube slicer for multi-channel images (eg. hyperspectral-, MRI-, satelite- or any other kind of image data with more than 1 band).

The image cube slicer contains of an image band screen in the left panel, where an image plane is illustrated (either using imshow() or imagesc()). The image plane is selected using a slider tool located below the image plane.
Further, a draggable rectangle area is placed in the center of the image. The right panel illustrates the average data values (as a 1D-plot) for each band of the data cube that correspond to the currently selected rectangle area. Four different rectangle areas can be selected.
In case of hyperspectral images, the right panel plot corresponds to the (average) spectral signal of the current selection.

For machines with low RAM, the image data can optionally be resized to speed up the slicer.

NOTE: if you get the following error:
??? Error using ==> im_cube_slicer at 81
This hg object does not fire this event

Then your Matlab Version is not compatible with the im_cube_slicer.

Citar como

Timo Eckhard (2025). hyperspectral image cube slicer (https://la.mathworks.com/matlabcentral/fileexchange/40076-hyperspectral-image-cube-slicer), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.4.0.0

previous version was slow. Performance increased. Button for 'no average' in spectral view added to toolbar.

1.3.0.0

-> zoom in view added.
-> method='cropped' added.
-> toolbar changed.

1.1.0.0

29.01.2013: initial version
15.02.2013: added the missing description of the input parameter 'lambda' to the function header.