how can i write a code in order to get spectral reflectance plot of a pixel in a hyperspectral image

4 次查看(过去 30 天)
I want to get the reflectance profile of a pixel.how can the code be written for a hypeerion hyperspectral data

回答(1 个)

Image Analyst
Image Analyst 2014-1-4
Assuming you have a 3D matrix where each image plane is the scene taken at a different wavelength, you can just get a spectrum like this:
theSpectrum = hyperSpectralImage3D(row, column, :);
  7 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Hyperspectral Image Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by