🇫🇷 Version française disponible ici.
A satellite captures different bands, each reserved for specific wavelengths. They can be combined in different ways to obtain different information. You can see examples of useful combinations by following this link.
For this project, our goal is to recover an image whose colors are close to natural colors. We will therefore use the red, green, blue and panchromatic (black and white) bands.
The image obtained by simply combining the R, G and B channels is very dark. We use a CLAHE histogram equalization to lighten it by increasing the contrasts.
The panchromatic images are obtained from the recording of radiation in a single wavelength interval located in the visible range, i.e. between 0.4 and 0.7 m. The data being acquired in a single channel, only black and white images can be obtained (if the image is coded on 8 bits, it will be visualizable in 255 levels of gray). Although less rich from the point of view of the spectral resolution, the panchromatic image offers a spatial resolution more important.
Through the combination of the spatial resolution of a detailed panchromatic (grayscale) image with the color information of a less detailed multispectral image, we obtain a colored image with very high resolution.
To obtain images of a large area, it is necessary to link several images captured by the satellite. This is the purpose of mosaicing, following the same principle as the creation of a panorama.
- Launch
./get_data.sh
to get the satellite bands needed to use the notebooks. /!\ ~1.3 Gb of data/! - In
./notebooks/
, run the following notebooks :band-combination.ipynb
on data from Lyon and Lausanne.hsv-pansharpening-satellite.ipynb
on data from Lyon and Lausanne.mosaicing-satellite.ipynb
to get the final result.
Avant | Après |
---|---|
Avant | Après |
---|---|
Adrien ANTON LUDWIG - IMAGE 2023
Adèle PLUQUET - IMAGE 2023