Seeing the Unseen: Hyperspectral Image Analysis and Image Processing

Figure 1: True-Color Composite of EO-1 Hyperion Data Displayed in ENVI

Every pixel carries a truth invisible to the eye. Hyperspectral imaging doesn’t just capture color, it captures the chemistry of the world.

Intro

This post is based on one of our lab assignments in Applied Remote Sensing at Delta State University. The task was to explore the power of hyperspectral imagery, the kind of data that captures hundreds of spectral bands and reveals more about the Earth’s surface than what is visible to the human eye.

Unlike multispectral data that focuses on a few wide bands, hyperspectral remote sensing measures energy reflected across hundreds of narrow, contiguous bands. It can detect differences so subtle that two plants of the same species may show distinct spectral responses depending on their health or water content. As explained by Lillesand, Kiefer, and Chipman (2015), this precision allows for identifying vegetation types, soil minerals, and other materials based purely on their spectral behavior.

In this lab, I worked with hyperspectral data from the Hyperion sensor aboard NASA’s Earth Observing-1 (EO-1) satellite using ENVI software. The goal was to visualize, classify, and interpret these data to understand how materials reflect and absorb light.


Step 1: Preparing the Hyperspectral Image

The Hyperion sensor collects reflected energy across 220 spectral bands, each about 10 nanometers wide, covering the visible, near-infrared, and shortwave infrared regions. For this exercise, we used 152 bands after removing noisy and overlapping ones to ensure data clarity.

Using ENVI, I created a true-color composite from the following bands:

Display ChannelHyperion BandSpectral RegionPurpose / Expected Appearance
RedBand 29Visible redHighlights soil and built-up areas
GreenBand 20Visible greenDisplays vegetation in natural tones
BlueBand 12Visible blueEnhances water and shadow features

The resulting composite provided a natural view of the scene, showing green vegetation, dark water bodies, and bright built-up zones. It served as the foundation for linking visible features with their spectral information.

As Jensen (2016) notes, each surface material reflects and absorbs electromagnetic energy differently based on its physical and chemical properties. Establishing a visually accurate true-color composite ensures that radiometric and spectral consistency are maintained before performing any classification.


Step 2: Understanding Image Storage Format

The EO-1 Hyperion image was stored in Band Sequential (BSQ) format. In this structure, each band is stored as a complete two-dimensional image, one after another. It is straightforward for display and band-by-band manipulation.

However, other storage types such as Band Interleaved by Line (BIL) and Band Interleaved by Pixel (BIP) can be more efficient for hyperspectral analysis. The BIP format, in particular, stores all spectral band values for a pixel together, which makes spectral classification and similarity analysis faster and more effective.

Figure 2: Viewing Storage Format in ENVI Classic (BSQ Interleave)
Figure 3: Inspecting the ENVI Header File for Storage Format

Determining the interleave type was done both through the ENVI interface and by manually inspecting the .hdr file. The header metadata confirmed that the image used BSQ format. While this format works well for simple visualization, the BIP layout would be preferable for advanced pixel-level spectral processing.


Step 3: Exploring Spectral Features

Each pixel in a hyperspectral image is a signature, a detailed record of how that surface interacts with light across hundreds of wavelengths. Using ENVI’s Z-Profile and Spectral Profile tools, I analyzed reflectance characteristics of individual pixels.

A pixel at Sample 944, Line 3975 represented cultivated vegetation. The spectrum revealed strong absorption in the visible red region (around 680 nm) and high reflectance in the near-infrared range, forming what is known as the “red edge”, a classic indicator of healthy vegetation (Lillesand et al., 2015).

Figure 4: Spectral Profile of Vegetation from EO-1 Hyperion Data in ENVI
Figure 5: Pixel Locator in ENVI Showing Coordinate (Sample 944, Line 3975)

The spectral profile was saved into a spectral library for use as an endmember, a reference spectrum that serves as a benchmark during classification. As NV5 Geospatial (2023) notes, maintaining a spectral library allows for direct comparison between materials, enabling more accurate identification and classification in future analyses.

Figure 6: Saving a Spectral Profile to the ENVI Spectral Library

To further explore variability, I analyzed three additional pixels: (931, 4083), (936, 4084), and (765, 4622). The first two showed strong near-infrared reflectance typical of dense vegetation, while the third exhibited a flatter curve associated with bare soil or sparse vegetation.

Figure 7a–c: Z-Profiles for Pixels (931, 4083), (936, 4084), and (765, 4622)

Comparing these profiles revealed that subtle changes in vegetation density, soil background, and moisture content significantly alter spectral responses.

Figure 8: Comparison of Four Spectral Library Profiles from EO-1 Hyperion Data

Step 4: Classification and Endmember Analysis

With the spectral library established, the Spectral Angle Mapper (SAM) technique was used to classify the image. SAM compares the spectral angle between each pixel and known reference spectra (endmembers). A smaller angle means a closer match.

Figure 9. Overlay Comparison of Spectral Profiles from EO-1 Hyperion Data in ENVI

Using vegetation and soil endmembers, the classification effectively mapped crop zones but also showed some misclassifications where mixed pixels or canopy variations caused deviations from ideal signatures.

Figure 10: Endmember Collection and Crop Classification Result Using SAM in ENVI

As Jensen (2016) explained, illumination differences can affect spectral values, but SAM mitigates this by focusing on the shape of the curve rather than absolute reflectance.

Figure 11.Pixel (765, 4622) spectrum used as a SAM endmember

Step 5: Spectral Feature Fitting and Continuum Removal

To highlight specific absorption features, I used the Spectral Feature Fitting (SFF) technique, which applies continuum removal, a method that normalizes spectra to enhance diagnostic absorption patterns (NV5 Geospatial, 2023).

Figure 12. Initial image to be used.

This process isolates key absorption features, improving mineral and vegetation interpretation. When comparing raw reflectance (EFFORT-corrected) to continuum-removed data, the latter displayed clearer and deeper absorption bands.

Figure 13: Continuum Removal Output Using Bands 183, 193, and 207 (2.1–2.4 µm)
Figure 14: Linked Displays Between Reflectance and Continuum-Removed Images in ENVI

Pixel-by-pixel comparison between EFFORT-corrected and continuum-removed spectra showed that continuum removal minimized brightness effects and emphasized absorption depth and shape.

Figures 15–18: Z-Profile and Pixel Comparisons Between EFFORT and Continuum-Removed Data

The improvement was clear: the continuum-removed spectra revealed patterns linked to minerals such as kaolinite and alunite, which would be less visible in the unprocessed data.


Step 6: Key Insights

Hyperspectral data are more than images. They are quantitative measurements of how the Earth interacts with light. Through this lab, it became evident that hyperspectral analysis is not just about visualization but about extracting meaningful physical information from every pixel.

Each step, from true-color composites to continuum removal, builds a deeper understanding of how energy, matter, and information intersect. The combination of SAM and SFF demonstrates how scientists can identify vegetation health, monitor environmental changes, and detect minerals with remarkable precision.

As Lillesand, Kiefer, and Chipman (2015) describe, hyperspectral sensing bridges the gap between physical composition and remote measurement. Jensen (2016) expands on this by noting that the value of such data lies in its ability to turn electromagnetic readings into actionable insights about the planet’s surface and atmosphere.


Outro

This lab reinforced a fundamental idea: remote sensing is about seeing the unseen. The EO-1 Hyperion data allowed me to visualize the invisible, to read the spectral language of the Earth.

From creating true-color composites to performing SAM and SFF analysis, I learned how hyperspectral imagery connects physics, ecology, and computation. These methods are indispensable in environmental monitoring, precision agriculture, and resource assessment.

Hyperspectral remote sensing turns light into knowledge.


References

Jensen, J. R. (2016). Introductory Digital Image Processing: A Remote Sensing Perspective (4th ed.). Pearson Education.
Lillesand, T., Kiefer, R. W., & Chipman, J. (2015). Remote Sensing and Image Interpretation (7th ed.). Wiley.
NV5 Geospatial Software. (2023). ENVI User’s Guide: Spectral Feature Fitting and Continuum Removal Methods. NV5 Geospatial.

Tags: