Skip to content

Subho07/Temporal-clustering-of-SAR-data

Repository files navigation

Scattering type parameter extraction and a novel clustering scheme for full (FP) and compact (CP) polarimetric SAR data

DOI

General information

This code performs an unsupervised clustering using the parameters mfp, mfp for FP and mcp, mcp for CP data. mfp and mcp are the target charactization parameters for FP and CP data, given as,

tfp

tcp

Here, mfp, mfp and mfp are diagonal elements of T3 matrix. SC and OC are defined as,

mfp

and,

mfp;

mfp and mfp are Stokes elements of CP SAR data. mfp and mfp are 3D and 2D Barakat degree of polarizations.

mfp

mcp

Clustering illustration

CLustering

The shaded areas are non-feasible regions. Please follow this article for more details: https://doi.org/10.1016/j.isprsjprs.2020.09.010.

Up and running

This is a MATLAB based code. To run the code the coherency matrix elements (T3) for FP and covariance matrix elements (C2) for CP are required.

If mfp and mfp are already in the parent folder then you may use the 'unsupervised_clustering_FP.py' to compute the clustered image. If mfp, mfp, are already in the parent folder then you may use the 'unsupervised_clustering_CP.py' to compute the clustered image.

N. B.

  • The T3 and C2 matrix elements should be exported in PolSARpro format and the T3 or C2 directory should contain a "config.txt" file as generated by PolSARpro
  • Please specify the window size for processing

In addition to this for CP:

  • Please specify the Chi value for processing: for right circular transmit it is -45 and for left circular transmit it is +45

  • Please specify the Psi for processing: for CP it is 0

  • Please use FP_target_characterization_clustering.m or, CP_target_characterization_clustering.m to perform unsupervised clustering of FP or, CP data, respectively.

References

  • S. Dey, A. Bhattacharya, D. Ratha, D. Mandal and A. C. Frery, "Target Characterization and Scattering Power Decomposition for Full and Compact Polarimetric SAR Data," in IEEE Transactions on Geoscience and Remote Sensing, doi: https://doi.org/10.1109/TGRS.2020.3010840

  • S. Dey, A. Bhattacharya, D. Ratha, D. Mandal, H. McNairn, J.M. Lopez-Sanchez, and Y.S. Rao, 2020. "Novel clustering schemes for full and compact polarimetric SAR data: An application for rice phenology characterization". ISPRS Journal of Photogrammetry and Remote Sensing, 169, pp.135-151, https://doi.org/10.1016/j.isprsjprs.2020.09.010.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages