|
Algorithm 3 Generating change maps |
Training Data: Divide into non-overlapping blocks.
Dictionary Generation: Use the K-SVD algorithm to generate an overcomplete 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.
|