Hypercube Waveband Registration

From Psych 221 Image Systems Engineering
Revision as of 22:56, 17 March 2012 by imported>Psych2012 (References)
Jump to navigation Jump to search

Introduction

Hyperspectral Imaging

Hyperspectral imaging allows us to visualize a vast portion of the electromagnetic spectrum and detect information that would otherwise be invisible to the naked eye. Hyperspectral sensors are able to extend its spectral footprint significantly beyond the visible red, green, and blue bands into the infrared region. The availability of sensor data at a large number of spectral bands generates a three-dimensional hypercube whose levels represent the different spectral bands and whose values at each level represent the sensor-detected light intensity at the corresponding pixel location at that specific band. Analyzing information presented by these additional spectral bands may lead to additional insight on a particular object or scene. For example, different materials have different spectral signatures. The existence of certain material in a scene or an object may be much more evident in a particular waveband than others.

Available Hyperspectral System

Hyperspectral cameras are defined by their spectral and spatial resolutions. The hyperspectral imaging system used to capture data for this project consists of two individual hyperspectral cameras mounted side-by-side. One is responsible for the visible and near-infrared (VNIR) portion of the spectrum and operates in the range of 400 to 1000 nm. The other captures the short-wavelength infrared (SWIR) portion and works in the 900 to 2500 nm range. While there are many obvious advantages of using a hyperspectral imaging system, there are imperfections inherent in the design of the system. In this project, we consider the misregistration (pixel misalignment) between bands within either the VNIR or SWIR camera, as well as misregistration between the two cameras. We make an effort to quantify the extent of the misregistration using the mutual information measure in probability and information theory. In the consideration of misregistration, we also encounter other imperfections in the spectral images, of which we pay particular attention to how noise at certain bands affects the processing of the hyperspectral data.

Methods

Feature vs. Area Based Approaches

There exist two general categories of registration techniques: area-based and feature-based. Feature-based approaches work under the assumption that the images in question contain distinct features such as corners and edges that can be easily detected using methods such as Harris Corner Point or Zero-Cross Edge Detection. For example, feature-based methods generally work better in urban scenes than terrains. On the other hand, area-based methods rely on the statistical correlations of pixel intensities between corresponding regions of the two images. Cross correlation is a popular area-based measure used to compute the similarity between two images. In this project, we focus on the superior area-based mutual information similarity measure. Mutual information, as proposed by Viola, requires no information on the object's surface properties besides its shape, and has been shown to be robust against variation in illumination. In other words, mutual information works well on scenes that lack distinct features, and when gradient-based corner and edge detection methods fail. Mutual information is also superior to correlation-based methods because it does not degrade with contrast reversal, in which case correlation-based methods provide no well-defined optimal solution.

Mutual Information

aaaaaaaaaaaaa

I(A,B)=a,bPA,B(a,b)logPA,B(a,b)PA(a)PB(b)

bbbbbbbbbb

PA,B(a,b)=h(a,b)a,bh(a,b)

ccccccccccccc

PA(a)=aPA,B(a,b)

ddddd

PB(b)=bPA,B(a,b)

eeeee

h=[h(0,0)h(0,1)h(0,N1)h(1,0)h(1,1)h(1,N1)h(M1,0)h(M1,1)h(M1,N1)]

Results

- What you found

Conclusions

- What it means

References

  1. HySpex Main Specifications. Norsk Elektro Optikk A/S (NEO).
  2. Skauli, Torbjorn. Hyperspectral Sensor Technology. Norwegian Defence Research Establishment.
  3. Viola, Paul A. Alignment by Maximization of Mutual Information. Massachusetts Institute of Technology. 1995.
  4. Kern, Jeffrey P, Marios Pattichis, Samuel D. Stearns. [Registration of Image Cubes Using Multivariate Mutual Information]

Appendix I

- Code and Data

Appendix II

- Work partition (if a group project)