Skip to main content
. 2019 Jun 8;19(11):2605. doi: 10.3390/s19112605
Algorithm 3 Generating change maps
  • Difference Image:
    Xdif=|ReferenceMission|
  • Training Data: Divide Xdif into hxh non-overlapping blocks.

  • Dictionary Generation: Use the K-SVD algorithm to generate an overcomplete dictionary.

  • Create Feature Space:
    • -
      Generate hxh blocks for each pixel in Xdif where the pixel is in the center of the block.
    • -
      Use OMP algorithm to generate the projections of the data onto the dictionary.
  • Clustering: Use the k-means algorithm to classify the feature space into two classes, e.g. change and no-change.

  • Change maps: Use the two classes to generate the combined change map. Divide the combined change map into two separate change maps based on the changes that occur in the images.