SlideShare a Scribd company logo
2
Most read
4
Most read
6
Most read
Pan Sharpening
NADIA AHMED AZIZ
INTRODUCTION
Pan sharpening is a process of merging high-resolution panchromatic and
lower resolution multispectral imagery to create a single high-resolution color
image.
A multispectral image contains a higher degree of spectral resolution than a
panchromatic image, while often a panchromatic image will have a higher
spatial resolution than a multispectral image. A pan sharpened image represents
a sensor fusion between the multispectral and panchromatic images which gives
the best of both image types, high spectral resolution AND high spatial
resolution. This is the simple why of pan sharpening.
Panchromatic sharpening is one of the most used techniques in remote sensing
imaginary. Google Maps and mostly nearly every map creating company use
this technique to increase image quality. Further, this Sharpened image can be
used in various application and to extract important features from image data
such as area calculation
fundamental concepts
Multispectral Data
A multispectral image is an image that contains more than one spectral band.
It is formed by a sensor which is capable of separating light reflected from the
earth into discrete spectral bands. A color image is a very simple example of a
multispectral image that contains three bands. In this case, the bands
correspond to the blue, green and red wavelength bands of the
electromagnetic spectrum. The electromagnetic spectrum is the wavelength
(or frequency) mapping of electromagnetic energy, as shown in the figure.
The electromagnetic spectrum
Panchromatic data
In contrast to the multispectral image, a panchromatic image contains
only one wide band of reflectance data. The data is usually representative
of a range of bands and wavelengths, such as visible or thermal infrared,
that is, it combines many colors so it is “pan” chromatic.
Panchromatic images can generally be collected with higher spatial
resolution than a multispectral image because the broad spectral range
allows smaller detectors to be used while maintaining a high signal to
noise ratio.
Panchromatic sharpening methods
ArcGIS provides five image fusion methods from which to choose to create
the pan-sharpened image:
1. The Brovey transformation.
2. The intensity-hue-saturation (IHS) transformation.
3. The Esri pan-sharpening transformation.
4. The simple mean transformation.
5. The Gram-Schmidt spectral sharpening method.
Each of these methods uses different models to improve the spatial
resolution while maintaining the color, and some are adjusted to include a
weighting so that a fourth band can be included (such as the near-infrared
band available in many multispectral image sources). By adding the
weighting and enabling the infrared component, the visual quality in the
output colors is improved.
1. Brovey
The Brovey transformation is based on spectral modeling and was
developed to increase the visual contrast in the high and low ends of
the data's histogram.
In the Brovey transformation, the general equation uses red, green, and
blue (RGB) and the panchromatic bands as inputs to output new red,
green, and blue bands. For example:
Red_out = Red_in / [(blue_in + green_in + red_in) * Pan]
2. Esri
The Esri pan-sharpening transformation uses a weighted average and the additional near-infrared band
(optional).
The result of the weighted average is used to create an adjustment value (ADJ) that is then used in calculating
the output values. For example:
ADJ = pan image - WA
Red_out = R + ADJ
Green_out = G + ADJ
Blue_out = B + ADJ
Near_Infrared_out = I + ADJ
The weights for the multispectral bands depend on the overlap of the spectral sensitivity curves of the
multispectral bands with the panchromatic band.
3. Gram-Schmidt
The Gram-Schmidt pan-sharpening method is based on a general algorithm for
vector orthogonalization—the Gram-Schmidt orthogonalization. This
algorithm takes in vectors (for example, 3 vectors in 3D space) that are not
orthogonal, and then rotates them so that they are orthogonal afterward.
In the case of images, each band (panchromatic, red, green, blue, and infrared)
corresponds to one vector.
In the Gram-Schmidt pan-sharpening method, the first step is to create a low-resolution pan band by
computing a weighted average of the MS bands. Next, these bands are decorrelated using the Gram-
Schmidt orthogonalization algorithm, treating each band as one multidimensional vector. The
simulated low-resolution pan band is used as the first vector; which is not rotated or transformed. The
low-resolution pan band is then replaced by the high-resolution pan band, and all bands are back-
transformed in high resolution.
Some suggested weights for common sensors are (order: red, green, blue, infrared) as follows:
 GeoEye—0.6, 0.85, 0.75, 0.3
 IKONOS—0.85, 0.65, 0.35, 0.9
 QuickBird—0.85, 0.7, 0.35, 1.0
 WorldView-2—0.95, 0.7, 0.5, 1.0
IHS
The IHS pan-sharpening method converts the multispectral image from RGB
to intensity, hue, and saturation. The low-resolution intensity is replaced with
the high-resolution panchromatic image. If the multispectral image contains an
infrared band, it is taken into account by subtracting it using a weighting factor.
The equation used to derive the altered intensity value is as follows:
Intensity = P - I * IW
Then the image is back-transformed from IHS to RGB in the higher resolution.
Simple mean
The simple mean transformation method applies a simple mean averaging
equation to each of the output band combinations. For example:
• Red_out= 0.5 * (Red_in + Pan_in)
• Green_out = 0.5 * (Green_in + Pan_in)
• Blue_out= 0.5 * (Blue_in + Pan_in)
Case study
Pan sharpening Image Using ArcGIS
(Landsat 8)
Landsat 8
Landsat 8 carries two push-broom instruments: The Operational Land
Imager (OLI) and the Thermal Infrared Sensor (TIRS).
images consist of eight spectral bands with a spatial resolution of 30 meters
for Bands 1 to 7 and 9.
The resolution for Band 8 (panchromatic) is 15 meters. Thermal bands 10
and 11 are useful in providing more accurate surface temperatures and are
collected at 100 meters.
Landsat 8
Operational
Land Imager
(OLI)
and
Thermal
Infrared
Sensor
(TIRS)
Launched
February 11, 2013
Bands
Wavelength
(micrometers)
Resolution
(meters)
Band 1 - Coastal aerosol 0.43 - 0.45 30
Band 2 - Blue 0.45 - 0.51 30
Band 3 - Green 0.53 - 0.59 30
Band 4 - Red 0.64 - 0.67 30
Band 5 - Near Infrared (NIR) 0.85 - 0.88 30
Band 6 - SWIR 1 1.57 - 1.65 30
Band 7 - SWIR 2 2.11 - 2.29 30
Band 8 - Panchromatic 0.50 - 0.68 15
Band 9 - Cirrus 1.36 - 1.38 30
Band 10 - Thermal Infrared
(TIRS) 1
10.60 - 11.19 100
Band 11 - Thermal Infrared
(TIRS) 2
11.50 - 12.51 100
Displayed below are some common band combinations in RGB comparisons
for Landsat 7 or Landsat 5, and Landsat 8.
Landsat 7
Landsat 5
Landsat 8
Color Infrared: 4, 3, 2 5,4,3
Natural Color: 3, 2, 1 4,3,2
False Color: 5,4,3 6,5,4
Landsat 5
Landsat 8
Color Infrared: 4, 3, 2 5,4,3
Natural Color: 3, 2, 1 4,3,2
False Color: 5,4,3 6,5,4
False Color: 7,5,3 7,6,4
False Color: 7,4,2 7,5,3
Applying pan-sharpening to a raster layer
in ArcMap:
1. In ArcMap, add the lower-resolution color image to the map using the Add
Data button.
2. Right-click the raster layer in the table of contents and click Properties.
3. Click the Symbology tab.
4. Click the Panchromatic Image drop-down arrow and click an image name
or click the browse button and select the higher-resolution image.
5. Click the Pan-sharpening Type drop-down list and choose the desired color transformation.
• IHS
• Brovey
• Esri
• Simple Mean
• Gram-Schmidt
6. Optionally, type a weight value for each of the red, green, blue, and infrared bands.
7. Optionally, if the fourth band of your raster dataset is the infrared band and you want to use it, then
you need to check the 4th-band as Infrared Image check box.
Pan sharpening

More Related Content

PDF
Digital image classification
PPT
Image enhancement technique digital image analysis, in remote sensing ,P K MANI
PDF
Lecture01: Introduction to Photogrammetry
PPTX
Digital image processing
PPTX
Digital image processing
PPT
Remote sensing and digital image processing
PDF
Projections and coordinate system
PPTX
Spatial enhancement
Digital image classification
Image enhancement technique digital image analysis, in remote sensing ,P K MANI
Lecture01: Introduction to Photogrammetry
Digital image processing
Digital image processing
Remote sensing and digital image processing
Projections and coordinate system
Spatial enhancement

What's hot (20)

PDF
Optical remote sensing
PPTX
Digital Image Classification.pptx
PPTX
Types of GIS Data
PPT
Digital image processing
PPTX
Elements of Analytical Photogrammetry
PDF
Digital image processing
PPTX
GIS Map Projection
PPT
Types of scanners
PPTX
Coordinate systems, datum & map projections
PDF
Sensors for remote sensing
PPTX
Thermal remote sensing
PPTX
Multi spectral imaging
PPT
Image classification, remote sensing, P K MANI
PDF
A short introduction to GIS
PDF
Interpolation techniques in ArcGIS
PDF
Change detection techniques
PPTX
Remote Sensing: Normalized Difference Vegetation Index (NDVI)
PPT
Digital image processing 1
PPTX
Geodetic systems (earth, ellipsoid)
PPT
datum
Optical remote sensing
Digital Image Classification.pptx
Types of GIS Data
Digital image processing
Elements of Analytical Photogrammetry
Digital image processing
GIS Map Projection
Types of scanners
Coordinate systems, datum & map projections
Sensors for remote sensing
Thermal remote sensing
Multi spectral imaging
Image classification, remote sensing, P K MANI
A short introduction to GIS
Interpolation techniques in ArcGIS
Change detection techniques
Remote Sensing: Normalized Difference Vegetation Index (NDVI)
Digital image processing 1
Geodetic systems (earth, ellipsoid)
datum
Ad

Similar to Pan sharpening (20)

PDF
International Journal of Engineering and Science Invention (IJESI)
PPTX
Remote Sensing: Resolution Merge
PPTX
IMAGE FUSION IN IMAGE PROCESSING
PDF
imagefusfinalppt-140413102757-phpapp02.pdf
PDF
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PDF
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
PDF
PCA & CS based fusion for Medical Image Fusion
PDF
Efficient Method of Removing the Noise using High Dynamic Range Image
PDF
A Novel Color Image Fusion for Multi Sensor Night Vision Images
PPTX
PDF
G143741
PDF
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
PDF
SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...
PDF
Sar ice image classification using parallelepiped classifier based on gram sc...
PDF
Project report_DTRL_subrat
PPTX
Comparison of image fusion methods
PDF
Enhancement of Multispectral Images and Vegetation Indices
PDF
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A Imagery
PPT
IGARSS11-Zhang.ppt
International Journal of Engineering and Science Invention (IJESI)
Remote Sensing: Resolution Merge
IMAGE FUSION IN IMAGE PROCESSING
imagefusfinalppt-140413102757-phpapp02.pdf
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
PCA & CS based fusion for Medical Image Fusion
Efficient Method of Removing the Noise using High Dynamic Range Image
A Novel Color Image Fusion for Multi Sensor Night Vision Images
G143741
IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING ...
SAR ICE IMAGE CLASSIFICATION USING PARALLELEPIPED CLASSIFIER BASED ON GRAM-SC...
Sar ice image classification using parallelepiped classifier based on gram sc...
Project report_DTRL_subrat
Comparison of image fusion methods
Enhancement of Multispectral Images and Vegetation Indices
IRJET- Fusion of VNIR and SWIR Bands of Sentinel-2A Imagery
IGARSS11-Zhang.ppt
Ad

Recently uploaded (20)

PPTX
UNIT 4 Total Quality Management .pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
PDF
Soil Improvement Techniques Note - Rabbi
PPT
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PPT
Occupational Health and Safety Management System
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
introduction to high performance computing
UNIT 4 Total Quality Management .pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
Safety Seminar civil to be ensured for safe working.
Visual Aids for Exploratory Data Analysis.pdf
86236642-Electric-Loco-Shed.pdf jfkduklg
Soil Improvement Techniques Note - Rabbi
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
Fundamentals of safety and accident prevention -final (1).pptx
Information Storage and Retrieval Techniques Unit III
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
Occupational Health and Safety Management System
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Fundamentals of Mechanical Engineering.pptx
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
introduction to high performance computing

Pan sharpening

  • 2. INTRODUCTION Pan sharpening is a process of merging high-resolution panchromatic and lower resolution multispectral imagery to create a single high-resolution color image. A multispectral image contains a higher degree of spectral resolution than a panchromatic image, while often a panchromatic image will have a higher spatial resolution than a multispectral image. A pan sharpened image represents a sensor fusion between the multispectral and panchromatic images which gives the best of both image types, high spectral resolution AND high spatial resolution. This is the simple why of pan sharpening.
  • 3. Panchromatic sharpening is one of the most used techniques in remote sensing imaginary. Google Maps and mostly nearly every map creating company use this technique to increase image quality. Further, this Sharpened image can be used in various application and to extract important features from image data such as area calculation
  • 4. fundamental concepts Multispectral Data A multispectral image is an image that contains more than one spectral band. It is formed by a sensor which is capable of separating light reflected from the earth into discrete spectral bands. A color image is a very simple example of a multispectral image that contains three bands. In this case, the bands correspond to the blue, green and red wavelength bands of the electromagnetic spectrum. The electromagnetic spectrum is the wavelength (or frequency) mapping of electromagnetic energy, as shown in the figure.
  • 6. Panchromatic data In contrast to the multispectral image, a panchromatic image contains only one wide band of reflectance data. The data is usually representative of a range of bands and wavelengths, such as visible or thermal infrared, that is, it combines many colors so it is “pan” chromatic. Panchromatic images can generally be collected with higher spatial resolution than a multispectral image because the broad spectral range allows smaller detectors to be used while maintaining a high signal to noise ratio.
  • 7. Panchromatic sharpening methods ArcGIS provides five image fusion methods from which to choose to create the pan-sharpened image: 1. The Brovey transformation. 2. The intensity-hue-saturation (IHS) transformation. 3. The Esri pan-sharpening transformation. 4. The simple mean transformation. 5. The Gram-Schmidt spectral sharpening method.
  • 8. Each of these methods uses different models to improve the spatial resolution while maintaining the color, and some are adjusted to include a weighting so that a fourth band can be included (such as the near-infrared band available in many multispectral image sources). By adding the weighting and enabling the infrared component, the visual quality in the output colors is improved.
  • 9. 1. Brovey The Brovey transformation is based on spectral modeling and was developed to increase the visual contrast in the high and low ends of the data's histogram. In the Brovey transformation, the general equation uses red, green, and blue (RGB) and the panchromatic bands as inputs to output new red, green, and blue bands. For example: Red_out = Red_in / [(blue_in + green_in + red_in) * Pan]
  • 10. 2. Esri The Esri pan-sharpening transformation uses a weighted average and the additional near-infrared band (optional). The result of the weighted average is used to create an adjustment value (ADJ) that is then used in calculating the output values. For example: ADJ = pan image - WA Red_out = R + ADJ Green_out = G + ADJ Blue_out = B + ADJ Near_Infrared_out = I + ADJ The weights for the multispectral bands depend on the overlap of the spectral sensitivity curves of the multispectral bands with the panchromatic band.
  • 11. 3. Gram-Schmidt The Gram-Schmidt pan-sharpening method is based on a general algorithm for vector orthogonalization—the Gram-Schmidt orthogonalization. This algorithm takes in vectors (for example, 3 vectors in 3D space) that are not orthogonal, and then rotates them so that they are orthogonal afterward. In the case of images, each band (panchromatic, red, green, blue, and infrared) corresponds to one vector.
  • 12. In the Gram-Schmidt pan-sharpening method, the first step is to create a low-resolution pan band by computing a weighted average of the MS bands. Next, these bands are decorrelated using the Gram- Schmidt orthogonalization algorithm, treating each band as one multidimensional vector. The simulated low-resolution pan band is used as the first vector; which is not rotated or transformed. The low-resolution pan band is then replaced by the high-resolution pan band, and all bands are back- transformed in high resolution. Some suggested weights for common sensors are (order: red, green, blue, infrared) as follows:  GeoEye—0.6, 0.85, 0.75, 0.3  IKONOS—0.85, 0.65, 0.35, 0.9  QuickBird—0.85, 0.7, 0.35, 1.0  WorldView-2—0.95, 0.7, 0.5, 1.0
  • 13. IHS The IHS pan-sharpening method converts the multispectral image from RGB to intensity, hue, and saturation. The low-resolution intensity is replaced with the high-resolution panchromatic image. If the multispectral image contains an infrared band, it is taken into account by subtracting it using a weighting factor. The equation used to derive the altered intensity value is as follows: Intensity = P - I * IW Then the image is back-transformed from IHS to RGB in the higher resolution.
  • 14. Simple mean The simple mean transformation method applies a simple mean averaging equation to each of the output band combinations. For example: • Red_out= 0.5 * (Red_in + Pan_in) • Green_out = 0.5 * (Green_in + Pan_in) • Blue_out= 0.5 * (Blue_in + Pan_in)
  • 15. Case study Pan sharpening Image Using ArcGIS (Landsat 8)
  • 16. Landsat 8 Landsat 8 carries two push-broom instruments: The Operational Land Imager (OLI) and the Thermal Infrared Sensor (TIRS). images consist of eight spectral bands with a spatial resolution of 30 meters for Bands 1 to 7 and 9. The resolution for Band 8 (panchromatic) is 15 meters. Thermal bands 10 and 11 are useful in providing more accurate surface temperatures and are collected at 100 meters.
  • 17. Landsat 8 Operational Land Imager (OLI) and Thermal Infrared Sensor (TIRS) Launched February 11, 2013 Bands Wavelength (micrometers) Resolution (meters) Band 1 - Coastal aerosol 0.43 - 0.45 30 Band 2 - Blue 0.45 - 0.51 30 Band 3 - Green 0.53 - 0.59 30 Band 4 - Red 0.64 - 0.67 30 Band 5 - Near Infrared (NIR) 0.85 - 0.88 30 Band 6 - SWIR 1 1.57 - 1.65 30 Band 7 - SWIR 2 2.11 - 2.29 30 Band 8 - Panchromatic 0.50 - 0.68 15 Band 9 - Cirrus 1.36 - 1.38 30 Band 10 - Thermal Infrared (TIRS) 1 10.60 - 11.19 100 Band 11 - Thermal Infrared (TIRS) 2 11.50 - 12.51 100
  • 18. Displayed below are some common band combinations in RGB comparisons for Landsat 7 or Landsat 5, and Landsat 8. Landsat 7 Landsat 5 Landsat 8 Color Infrared: 4, 3, 2 5,4,3 Natural Color: 3, 2, 1 4,3,2 False Color: 5,4,3 6,5,4 Landsat 5 Landsat 8 Color Infrared: 4, 3, 2 5,4,3 Natural Color: 3, 2, 1 4,3,2 False Color: 5,4,3 6,5,4 False Color: 7,5,3 7,6,4 False Color: 7,4,2 7,5,3
  • 19. Applying pan-sharpening to a raster layer in ArcMap: 1. In ArcMap, add the lower-resolution color image to the map using the Add Data button. 2. Right-click the raster layer in the table of contents and click Properties. 3. Click the Symbology tab. 4. Click the Panchromatic Image drop-down arrow and click an image name or click the browse button and select the higher-resolution image.
  • 20. 5. Click the Pan-sharpening Type drop-down list and choose the desired color transformation. • IHS • Brovey • Esri • Simple Mean • Gram-Schmidt 6. Optionally, type a weight value for each of the red, green, blue, and infrared bands. 7. Optionally, if the fourth band of your raster dataset is the infrared band and you want to use it, then you need to check the 4th-band as Infrared Image check box.