Skip to content

neeraj3029/Estimating-SAR-Image-Distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAR Image Modeling with Chi Square tests

SAR images are high quality terrain images of Earth, produced by illuminating target objects with singals. Reflected signals on the aperture are used to form SAR Images.

SAR images

One of the advantages of using SAR images is they're independent of weather & atmospheric effects.

How it works

We employ Chi-Square Goodness-of-Fit (GOF) tests to verify that SAR Images are best modeled with Gamma distribution. A comparative analysis with Normal and Poisson distribution has been conducted.

Gamma distribution:

  • Step 1: Maximum Likelihood Estimation of distribution parameters. For that, we use frequecy parameters from homogeneous patches of SAR Images


  • Step 2<>-ϵ: Before step 2, we merge bins with E(K) < 5 to make Chi Square test works

  • Step 2: We compute Chi-Square values, with Obs as observed distribution from image patches for different Exp arrays frm various estimated distribution

How to run:

  • Compile utility_functions.R and MLE_for_distributions.R to load the functions in global enivronment,
  • Place homogeneous patches of SAR Images in the SARImages directory.
  • Update the IMAGE_NAMES list in run.R with the names of images on which you want to run tests.
  • Run run.R

Results:

We performed Chi-Square GOF tests on six patches of homogeneous SAR Images, the results of which is shown below. The line chart clearly shows that SAR Images can best be modeled with Gamma distribution.

Additional work

SAR Images are known to be affected by Speckle noise, which arises as a consequence of the coherent illumination used by radar. Speckle noise estimation is an important challenge in SAR Imagery. Hence, we can estimate the Speckle noise in SAR Images in the terms Equivalent number of looks(ENL), which can be calculated using estimated parameters as mean2/var.

Data Sources

Alaska Satellite Facility

Developers

About

Estimating distribution of Synthetic Aperture Radar Images using Goodness of Fit values

Resources

Stars

Watchers

Forks

Languages