ThresholdingmethodsforChangeDetection
December 2, 2022 ยท View on GitHub
Thresholding methods base on probabilistics for single channel change detection in remote sensing field.
Datasets
A Theoretical Framework for Change Detection Based on a Compound Multiclass Statistical Model of the Difference Image (rrR) (2017)
This folder contains the rrR algorithm based on expectation maximization (EM), if you used please reference the author (bibtex is on the main code).
- rrR_EM.m Main.
Rayleigh-Rice Mixture Parameter Estimation via EM Algorithm for Change Detection in Multispectral Images (rR) (2015)
This folder contains the rR algorithm based on expectation maximization (EM), if you used please reference the author (bibtex is on the main code).
- rR_EM.m Main code.
Minimum error thresholding (KI) (1986)
This folder contains the KI algorithm, if you used please reference the author (bibtex is on the main code).
- KI_CD.m Main.