This is the avaiable code for the paper ["Semi-supervised Label Propagation for Multi-source Remote Sensing Image Change Detection"]. It presents a semi-supervised Label Propagation approach (SSLP) for heterogeneous remote sensing images change detection.
It just use some common python dependencies.
The file SSLP.py
is the entrance to the framework algorithm of this paper.
Evaluation code is CDTool.py
,which will be called in SSLP.py
.
The data set used is saved in folder data
and the weak prior knowledge is saved as xx.npy
file.