This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a pansharpening filter.
Name | Description | |
---|---|---|
InfraredImage | The optional infrared image. | |
PanImage | The panchromatic image. | |
PansharpeningType | The current pansharpening type. | |
PutWeights | Puts the Red, Green, Blue, and Infrared weights contributing to panchromatic image. | |
QueryWeights | Gets the Red, Green, Blue, and Infrared weights contributing to panchromatic image. |
Classes | Description |
---|---|
PansharpeningFilter | A class for pansharpening filter. |
The IPansharpeningFilter is used to create a PansharpeningFilter object which can be used to perform image enhancement of a multiband raster dataset using a co-registered panchromatic fine resolution dataset. Four pan-sharpening methods are avaliable in ArcGIS 9.2 including Mean, Brovey, IHS (Intensity, Hue and Saturation), and ESRI pan-sharpening methods.
To Create a PansharpeningFilter object, you need to set a panchromatic Raster, which is created from a single band image and then specify a filter type.
The PansharpeningFilter object can be applied to a Raster, which is created from a multiband image, using IPixelOperation interface