Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rulixiang/ChangeDetectionPCAKmeans

MATLAB implementation for Unsupervised Change Detection in Satellite Images Using Principal Component Analysis and k-Means Clustering.
https://github.com/rulixiang/ChangeDetectionPCAKmeans

change-detection kmeans pca

Last synced: about 2 months ago
JSON representation

MATLAB implementation for Unsupervised Change Detection in Satellite Images Using Principal Component Analysis and k-Means Clustering.

Awesome Lists containing this project

README

        

# ChangeDetectionPCAKmeans

MATLAB implementation for paper [Unsupervised Change Detection in Satellite Images Using Principal Component Analysis and k-Means Clustering](https://ieeexplore.ieee.org/document/5196726/).

## Burn area
### Input images of Burn area

![Burn area](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/1-1.bmp)

### Change Detection results

![burn area resullts](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/1-2.bmp)

## Conifer area
### Input images of Conifer area

![Conifer area](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/2-1.bmp)

### Change Detection results

![Conifer area resullts](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/2-2.bmp)

## Forest area
### Input images of Forest area

![Forest area](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/3-1.bmp)

### Change Detection results

![Forest area resullts](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/3-2.bmp)

## Lake area
### Input images of Lake area

![Lake area](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/4-1.bmp)

### Change Detection results

![Lake area resullts](https://raw.githubusercontent.com/rulixiang/ChangeDetectionPCAKmeans/master/result/4-2.bmp)