
Pan sharpening is a technique that merges high-resolution panchromatic imagery with lower-resolution multispectral imagery to create a single, high-resolution colour image. It is a radiometric transformation that increases the spatial resolution of the multispectral image and provides better visualisation. There are several methods for pan sharpening, including the Brovey transformation, Esri pan sharpening transformation, Gram-Schmidt spectral sharpening method, and the IHS transformation. These methods involve acquiring data, using weighted averages, decorrelating bands, and transforming the image to achieve the desired output. Pan sharpening is commonly used by map-creating companies like Google Maps to enhance image quality and reveal features that would otherwise be difficult to see.
| Characteristics | Values |
|---|---|
| Definition | Pan sharpening is a process of merging high-resolution panchromatic and lower-resolution multispectral imagery to create a single high-resolution color image. |
| Use cases | Google Maps and nearly every map-creating company use this technique to increase image quality. |
| Image sources | Pan sharpening uses a higher-resolution panchromatic image (or raster band) and a lower-resolution multiband raster dataset. |
| Result | A multiband raster dataset with the resolution of the panchromatic raster, where the two rasters fully overlap. |
| Fusion methods | The Brovey transformation, the Esri pan sharpening transformation, the Gram-Schmidt spectral sharpening method, the intensity, hue, saturation (IHS) transformation, and the simple mean transformation. |
| Common color-space transformations | HSI (hue-saturation-intensity) and YCbCr. |
| Image editor requirements | Capable of working with 16-bit data, able to combine and edit color channels, and support for the Lab color space. |
| Image editor examples | Adobe Photoshop and GIMP. |
Explore related products
What You'll Learn
- Pan sharpening uses a high-resolution panchromatic image to fuse with a lower-resolution multiband raster dataset
- Common colour-space transformations used for pan sharpening are HSI (hue-saturation-intensity) and YCbCr
- The Gram-Schmidt pan-sharpening method is based on a general algorithm for vector orthogonalization
- The IHS pan-sharpening method converts the multispectral image from RGB to intensity, hue, and saturation
- Pan sharpening is a technique that combines the high-resolution detail from a panchromatic band with lower-resolution colour information from other bands

Pan sharpening uses a high-resolution panchromatic image to fuse with a lower-resolution multiband raster dataset
Pan sharpening is a process that merges a high-resolution panchromatic image with a lower-resolution multiband raster dataset to create a single, high-resolution, multiband raster dataset. This technique is used to increase the spatial resolution and improve the visualisation of a multiband image by leveraging the higher resolution of the single-band image.
The process involves acquiring data from both the high-resolution panchromatic image and the lower-resolution multiband dataset. These images are often captured by satellite, with the panchromatic band providing high-resolution detail and the other bands supplying lower-resolution colour information. The panchromatic band, while appearing as a black-and-white image, captures a broader range of light, resulting in sharper images with twice the detail of the individual spectral bands.
Several image fusion methods can be employed to create the pan-sharpened image. These include the Brovey transformation, the Esri pan-sharpening transformation, the Gram-Schmidt spectral sharpening method, the intensity, hue, saturation (IHS) transformation, and the simple mean transformation. The choice of method depends on the specific requirements and characteristics of the input images.
The Gram-Schmidt pan-sharpening method, for example, is based on the Gram-Schmidt orthogonalization algorithm. This algorithm operates on vectors (such as three vectors in 3D space) and rotates them to make them orthogonal. In the context of images, each band (panchromatic, red, green, blue, and infrared) corresponds to a high-dimensional vector. The first step in this method is to create a low-resolution pan band by computing a weighted average of the multiband (MS) bands. Subsequently, these bands are decorrelated using the Gram-Schmidt orthogonalization algorithm, treating each band as a multidimensional vector. The simulated low-resolution pan band remains unchanged during this process, serving as the first vector. Finally, the low-resolution pan band is replaced by the high-resolution pan band, and all bands are back-transformed into high resolution.
The IHS pan-sharpening method is another approach that converts a multiband image from RGB to intensity, hue, and saturation. The low-resolution intensity is then substituted with the high-resolution panchromatic image. If the multiband image includes an infrared band, it is considered by subtracting it using a weighting factor. Finally, the image is back-transformed from IHS to RGB in higher resolution.
Cleaning Domino Pans: Easy Steps for Sparkling Results
You may want to see also
Explore related products

Common colour-space transformations used for pan sharpening are HSI (hue-saturation-intensity) and YCbCr
Pan sharpening is a process of merging high-resolution panchromatic and lower-resolution multispectral imagery to create a single high-resolution colour image. This process is used to increase the spatial resolution and provide a best-visualized multiband image. There are several image fusion methods to create the pan-sharpened image, and common colour-space transformations used for this process are HSI (hue-saturation-intensity) and YCbCr.
HSI, or hue-saturation-intensity, is a colour space that provides a way of reading out the image that corresponds to the colour name contained. It is a common model in computer vision applications. HSI is sometimes referred to as HSV (hue, saturation, value), HSB (hue, saturation, brightness), or HLS (hue, lightness, saturation). These models are used to adjust colours with reference to coordinates, with tools that feature a pair of "hue" and "saturation" sliders. The HSI 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.
YCbCr is a family of colour spaces used in video and image compression. It is a colour model that defines colours in terms of luminance and chrominance components. Luminance (Y) represents the brightness of a pixel, while the chrominance components (Cb and Cr) represent the colour information. By separating the luminance and chrominance, the YCbCr colour space allows for more efficient compression and transmission of video and image data.
The choice between using HSI or YCbCr for pan sharpening depends on the specific requirements and characteristics of the image data being processed. HSI is often used in computer vision applications, while YCbCr is commonly used in video and image compression.
Water Heater Pan: Pipe It?
You may want to see also
Explore related products

The Gram-Schmidt pan-sharpening method is based on a general algorithm for vector orthogonalization
Pan-sharpening is a process of merging high-resolution panchromatic and lower-resolution multispectral imagery to create a single high-resolution colour image. It is a technique used by Google Maps and many other map-creating companies to increase image quality.
The Gram-Schmidt pan-sharpening method is one of several image fusion methods used to create a pan-sharpened image. This method is based on a general algorithm for vector orthogonalization, known as the Gram-Schmidt orthogonalization.
The Gram-Schmidt orthogonalization algorithm takes in vectors that are not orthogonal and rotates them so that they are orthogonal afterward. In the context of images, each band (panchromatic, red, green, blue, and infrared) corresponds to one high-dimensional vector (where the number of dimensions equals the number of pixels).
The Gram-Schmidt pan-sharpening method involves several steps. First, a low-resolution pan band is created by computing a weighted average of the MS bands. Next, these bands are decorrelated using the Gram-Schmidt orthogonalization algorithm, treating each band as a multidimensional vector. The simulated low-resolution pan band is used as the first vector, which remains unrotated and untransformed. Subsequently, the low-resolution pan band is replaced by the high-resolution pan band, and all bands are back-transformed into high resolution.
The Gram-Schmidt process can also be applied to a linearly independent countably infinite sequence, resulting in an orthogonal or orthonormal sequence. If the process is applied to a linearly dependent sequence, it outputs a 0 vector. Additionally, the Gram-Schmidt process can be modified to produce orthonormal vectors by normalizing the vectors as they are generated.
Overall, the Gram-Schmidt pan-sharpening method is a powerful tool for creating pan-sharpened images by utilising the underlying principles of vector orthogonalization.
Half Pan Capacity: Quarts Conversion
You may want to see also
Explore related products

The IHS pan-sharpening method converts the multispectral image from RGB to intensity, hue, and saturation
Pan-sharpening is a process of merging high-resolution panchromatic and lower-resolution multispectral imagery to create a single high-resolution colour image. There are five image fusion methods to create a pan-sharpened image: the Brovey transformation, the intensity-hue-saturation (IHS) transformation, the Esri pan-sharpening transformation, the simple mean transformation, and the Gram-Schmidt spectral sharpening method.
The IHS pan-sharpening method is one of the five image fusion methods used to convert multispectral images from RGB to intensity, hue, and saturation. The low-resolution intensity band 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 then applied, and the image is back-transformed from IHS to RGB in the higher resolution.
The IHS transformation is a colour-space transformation, with HSI (hue-saturation-intensity) being a common colour-space transformation used for pan-sharpening. The process of decorrelating the multispectral bands by transforming them into IHS space is part of the IHS pan-sharpening method.
The IHS pan-sharpening method is a useful technique to improve the spatial resolution of multispectral images while maintaining colour accuracy. By converting the multispectral image from RGB to intensity, hue, and saturation, the IHS method allows for the enhancement of image details and visual features, making it a valuable tool for applications such as remote sensing, medical imaging, and satellite imaging.
Pan Pastels: The Ultimate Artist's Medium
You may want to see also
Explore related products
$10.76

Pan sharpening is a technique that combines the high-resolution detail from a panchromatic band with lower-resolution colour information from other bands
The fundamental principle behind pan sharpening involves merging high-resolution panchromatic data with lower-resolution multispectral imagery. Panchromatic imagery, often referred to as a ""pan band," captures a broader range of light, encompassing both the visible and invisible portions of the spectrum. This results in a higher-resolution image compared to individual spectral bands, making it twice as detailed. By combining this high-resolution panchromatic data with lower-resolution colour information, pan sharpening creates a single, enhanced image.
There are several methods for performing pan sharpening, including the Brovey transformation, Esri pan-sharpening transformation, Gram-Schmidt spectral sharpening method, intensity, hue, and saturation (IHS) transformation, and simple mean transformation. Each method employs distinct algorithms and processes to achieve the final sharpened image.
One commonly used technique is the Gram-Schmidt pan-sharpening method, which is based on the Gram-Schmidt orthogonalization algorithm. This algorithm operates by taking vectors that are not initially orthogonal and transforming them into an orthogonal arrangement. In the context of images, each band (panchromatic, red, green, blue, and infrared) is treated as a high-dimensional vector. The Gram-Schmidt pan-sharpening method involves several steps, including creating a low-resolution pan band by computing a weighted average of the multispectral (MS) bands, decorrelating these bands using the algorithm, and then replacing the low-resolution pan band with the high-resolution pan band, resulting in a high-resolution output.
Another technique, the IHS pan-sharpening method, converts a multispectral image from RGB (red, green, and blue) to intensity, hue, and saturation. Subsequently, the low-resolution intensity is substituted with the high-resolution panchromatic image. If the multispectral image incorporates an infrared band, it is considered using a weighting factor. Finally, the image is transformed back from IHS to RGB, resulting in a higher-resolution output.
Pan sharpening is widely used by map-creating companies, including Google Maps, to enhance the quality of their images. By employing this technique, these companies can provide users with clearer and more detailed visuals, improving the overall user experience.
Calphalon Sauce Pans: Best Deals and Where to Find Them
You may want to see also
Frequently asked questions
Pan sharpening is a technique that combines high-resolution panchromatic imagery with lower-resolution multispectral imagery to create a single, high-resolution colour image.
Pan sharpening uses a high-resolution panchromatic image to fuse with a lower-resolution multispectral raster dataset. The result is a high-resolution colour image. There are several methods to achieve this, including the Brovey transformation, the Esri pan-sharpening transformation, and the Gram-Schmidt spectral sharpening method.
Google Maps and other map-making companies use pan sharpening to increase image quality. For example, they may combine six 30-metre resolution multispectral bands and a 15-metre resolution panchromatic band to create a high-resolution image.
Software such as Adobe Photoshop and GIMP can be used to edit and combine images for pan sharpening. Other software, such as ArcGIS Pro, also provides tools for pan sharpening and offers various methods for creating the pan-sharpened image.











































