MODULE 3 | LECTURE MATERIALS

Digital Image Processing & Hyperspectral Analysis

A Comprehensive Guide from Pixels to Spectral Fingerprints

Introduction

Why Image Processing?

Satellites don't take "photos"; they record radiation. Raw satellite data is often dark, hazy, and full of information the human eye cannot see. Image Processing is the art and science of transforming these raw numbers into actionable insight.

⚠️

Pro Tip: Never call satellite imagery a "photo" in a job interview. Call it Imagery. Recording radiation intensity (Digital Numbers) is fundamentally different from a snapshot.

The ISU Advantage

The Remote Sensing Full Stack

As SpaceApps students, you understand the complete signal chain—from the physics of the photon to the perception in the brain.

Remote Sensing Full Stack Diagram

The 7 stages of data flow from 'Origin' to 'Decision'.

  • ORIGIN: Physics of light and electromagnetic radiation.
  • INTERACTION: Reflectance spectral signatures of Earth's surface.
  • CAPTURE: Sensor mechanics (Photons converted to Digital Numbers).
  • TELEMETRY: Data transmission to Ground Stations.
  • PROCESSING: Atmospheric and Geometric corrections.
  • VISUALIZATION: Mapping high-bit data to 8-bit RGB displays.
  • PERCEPTION: Human cognitive interpretation and decision-making.
Phase 1: Preparation

1. Understanding Digital Numbers (DN)

A major challenge in image processing is Bit Depth. While your monitor typically only displays 256 shades (8-bit), satellite sensors record thousands of variations.

The Truncation Problem: When we compress a high-resolution sensor's data down to a linear 8-bit display, we can lose up to 75% of the subtle variation! This is why analysts use "non-linear stretching" to highlight specific areas of interest (AOI) like river depressions or subtle moisture changes.

Remote Sensing Workflow

The logical progression from raw DN values to information extraction.

Radiometric Correction

Removes "haze" and atmospheric noise so we see the true surface reflectance.

Geometric Correction

Aligns the image to a map coordinate system (like UTM) so every pixel has a real-world location.

Phase 2: Visualization

2. Anatomy of a Digital Image

At its core, a satellite image is a grid of Pixels (Picture Elements). Each pixel has a Digital Number (DN) representing the intensity of energy reflected or emitted from that spot on Earth.

True Color vs False Color

Comparison: True Color (Natural) vs. False Color Infrared (Highlighting Vegetation in Red).

True Color

Bands: Blue, Green, Red.
Looks like what we see from a plane.

False Color (NIR)

Bands: Green, Red, Near-Infrared.
Healthy plants appear bright red.

Visual Analytics

2. Band Combinations & False Colors

Since multispectral and hyperspectral sensors capture wavelengths outside our visible range, we use False Color Composites to map invisible bands (like NIR or SWIR) into the Red, Green, and Blue channels of our screens.

Band Combination Matrix

The same landscape viewed through different band filters (Landsat 8-9 example).

Combination (R,G,B) Name Primary Application
4, 3, 2 Natural Color Visual verification, bathymetry, general mapping.
5, 4, 3 Color Infrared (CIR) Vegetation health, crop monitoring, invasive species.
7, 6, 4 Short-Wave IR (SWIR) Identifying moisture content, burn scars, and geology.
6, 5, 2 Agriculture Deep contrast between crops and soil.

Sustainability Note: Using the SWIR (7,6,4) combination is critical for post-fire recovery monitoring, as it can "see through" smoke and highlight exactly where the soil has been dehydrated by intense heat.

Step 3: Advanced Sensing

3. Hyperspectral: The Spectral Fingerprint

If multispectral sensing is like seeing in 10 colors, Hyperspectral Sensing is like seeing in the entire rainbow—and beyond. By using hundreds of narrow bands, we can create a continuous curve of reflectance.

Understanding Hyperspectral Imaging: progression from Black and White to RGB to Multispectral to Hyperspectral, showing increasing spectral band layers

From a single grayscale band to hundreds of narrow spectral channels: each step adds more spectral information, enabling increasingly precise material identification. Source: Esri.

Capability Multispectral (e.g. Landsat) Hyperspectral (e.g. EMIT, AVIRIS)
Bandwidth Broad (approx 50-100nm) Ultra-Narrow (approx 5-10nm)
Detail Discriminates general classes (Forest vs Water) Identifies specific materials (Oak vs Pine, Clay vs Sand)
Data Volume Manageable (MBs) Massive (GBs per scene)
Spectral Signature

Notice how the hyperspectral curve (continuous) captures tiny 'wiggles' that reveal chemical composition.

Mathematical Extraction

4. Spectral Indices: NDVI

Instead of just looking at pictures, we can use math to highlight specific features. The most famous is NDVI (Normalized Difference Vegetation Index).

NDVI Explanation

How the ratio of NIR and Red light tells us about plant health.

NDVI = (NIR - Red) / (NIR + Red)

Healthy plants absorb Red light for photosynthesis but reflect NIR light to stay cool. A high NDVI value (close to 1.0) means lots of healthy green leaves!

Visualizing Data

5. Navigating the Data Cube & Harmonization

In modern remote sensing, we don't just use one satellite. We use Data Harmonization to fill the "gaps" in our data.

Temporal Gaps

Landsat gives high-quality data every 16 days. Cubesats fill the days in between.

Spectral Gaps

Startups "upgrade" standard imagery by adding specific missing bands (Hyperspectral).

By combining multiple sources, we take advantage of all resolutions (Spatial, Spectral, and Temporal) to create superior info-products.

Hyperspectral Data Cube

The Pro-Tip: In a hypercube, you can extract a "Z-profile" for any pixel. This is the 1D spectrum used for Spectral Unmixing—finding out what percentage of a pixel is soil, water, or vegetation.

The Final Process

6. From Sensor to Decision

Processing hyperspectral data requires a systematic scientific workflow:

Hyperspectral Processing Workflow

Standardized Hyperspectral Data Pipeline.

  1. ATMOSPHERIC CORRECTION: Remove haze and sunlight effects.
  2. DIMENSIONALITY REDUCTION: Use MNF or PCA to find 'useful' data.
  3. ENDMEMBER EXTRACTION: Find the 'purest' pixels in the scene.
  4. MAPPING: Use Spectral Angle Mapper (SAM) to classify the whole image.

🎓 Knowledge Check

1. Why do healthy plants look bright RED in a standard False Color Infrared (CIR) image?

Because they reflect red light strongly.
Because Near-Infrared (NIR) light is mapped to the Red display channel.
Because the leaves are stressed.

2. Which challenge is MOST unique to Hyperspectral data compared to Multispectral?

Cloud coverage.
Spatial resolution.
Higher data volume and the 'Curse of Dimensionality'.
Review

Summary of Big Ideas

  • Pixels carry Physics: Every pixel is a measurement of energy, not just a color.
  • Resolution is Multi-dimensional: We trade off spatial (detail) for spectral (colors).
  • False Color is a Tool: We shift invisible light into RGB to solve human problems.
  • Context is Key: Modern AI classification (Segmentation) looks at neighboring pixels, not just individual dots.