Extracting the central strip from LANDSAT 7 imagery
Here is a simple Python code to extract the central strip from Landsat 7 imagery (SLC-off), that is not affected by the SLC failure. The algorithm shrinks the striping zones through a morphological filter (erosion) and creates...
Read More