Gamma LAT: Reference Manual


mt_lee_filt_cpx

ANSI-C program: mt_lee_filt_cpx.c

NAME
mt_lee_filt_cpx: Multi-temporal Lee directional adaptive filter for complex data

SYNOPSIS
mt_lee_filt_cpx <im_list> <ref_image> <width> <winsz> <L> <out_list> [ref_out] [b_coeff] [filt_num] [msr]

<im_list> (input) text file with names of co-registered float format images including path (enter - for none)
<ref_image>
(input) reference image used to generate the filter weights
NOTE: the reference scene should have the same dimensions as the data files in the cpx_list
<width> number of samples in each line
<winsz>
size of the Lee filter window (valid values: 7, 13, 19)
<L>
effective number of looks of the input image used to calculate the MMSE weighting factor (float)
<cthres> directional contrast threshold to determine if the directional filter should be applied (0->4)(enter - for default: 1.500)
NOTE:  setting cthres=0.0, forces the directional filter to be used at all times, setting cthres=4.0 blocks all directional filtering
<out_list> list of filtered output data files, number of entries in the im_list and out_list must match, (enter - for none)
[ref_out]
(output) filtered reference image (float) (enter -  for none)
[b_coeff] (output) MMSE weighting coefficient calculated from the mean to sigma ratio and L for each sample (float) (enter - for none)
[filt_num]
(output) selected structural filter number (0-->7) (byte) (enter - for none)
[msr]
(output) mean/sigma ratio where the mean is the local mean and sigma the local standard deviation of the intensity image in the filter  window (enter - for none)
[ctr] (output) directional contrast estimate used to determine if the directional filter is applied

Examples:

mt_lee_filt_cpx cpx_list lh_ave.rmli 600 7 20 1.5 cpx_lee_list lh_lee.mli lh.bcf lh.fn msr lh.ctr

Filter the complex valued scenes listed in the cpx_list using filter coefficients and directional filter number derived from the averaged scene lh_ave.rmli. For each file in the input list there is a corresponding output file for the filtered data listed in the cpx_lee_list. The filtered image of the reference scene is written to the file lh_lee.mli. The filter coefficients are written to the file lh.bcf and the integer valued filter number (0--> 7) is written to the file lh.fn. The mean/sigma ratio for each point in the reference scene is written to the file lh.msr, and the contrast estimate to lh.ctr.

Description

mt_lee_filt_cpx is derived from an algorithm for speckle reduction described in [1] by J.S. Lee et al. There are further earlier references give in [1] going back to 1998. This adaptive filter uses a set of 8 edge aligned window functions to select the homogeneous area associated with a particular pixel. The algorithm determines the window that best describes the region that a particular pixel belongs to. The deviation of center pixel relative to the average value over the selected window is used to determine a filter weighting factor that blends the local signal value with the average calculated using the window function. If the current pixel deviates strongly from the average of any edge aligned window function, very little or no filtering is applied. The algorithm determines both the best edge aligned filter and the weighting function. There are 8 edge aligned filters in 4 groups that are tested. The size of the window is either 7x7, 13x13 or 19x19 samples and the window functions are:

  1. top half, bottom half
  2. left side, right-side
  3. upper right triangle, lower left triangle
  4. upper left triangle, lower right triangle
The window function is either 1 or 0. Those samples where the window function is 1, are averaged in the window, while those set to 0 are ignored. The filter output is a linear combination of the local value at position x,y in the reference image and the average over the filter window. The filter has the advantage that it is effective in preserving rapid variations in backscatter, yet strongly filtering speckle noise in homogeneous regions. The user can write out the filtered reference scene, the weighting coefficient beta, the index of the selected filter window, and the mean to sigma ratio as 32-bit float computers.

An extension of the program is that the filter weight and index of the selected filter window are used to filter other scenes. Typically the reference scene used to compute the weighting coefficient and filter window is a multi-look sum and is very reliable. The other scenes are stored in a list. If there is a list of input data files, then there must be a list of the output file names provided by the user. The filter coefficients and the edge aligned filter number are then used to filter the entire stack of scenes.  The user  has the option to save the weighting factor, edge-aligned filter number, and the mean/sigma ratio.

An example of a the filter action, we use a multi-look image of the Lost-Hills oil field in California. The scene pixel sample spacing is about 15 meters in range and azimuth. The reference image is an average of 24 scenes, with each of the 24 scenes containing 5 look pixels. However the images have relatively high interferometric correlation. In this example the effective number of looks parameter L is set to 48 and the window size to 7.  In the case of a homogeneous region, the number of samples in the spatial average generated by this filter is approximately 24. The original and filtered images are shown below. Note that the filter preserves resolution while filtering homogeneous regions.

Unfiltered averaged MLI image of Lost-Hills

Unfiltered reference image of Lost-Hills Oil Field. 24 images were averaged to produce this multi-look
intensity image

Filtered image of Lost-Hills Oil Field

Filtered reference image of Lost-Hills Oil Field. 24 images were averaged to produce this multi-look
intensity image. A 7x7 filter window was used. The effective number of looks parameter L=48.

[1] Lee, J. S.,  S. Cloude, K. Papathanasslou, M. Grunes, I. Woodhouse, "Speckle Filtering and Coherence Estimation of Polarimetric SAR Interferometry Data for Forest Applications," IEEE Trans. on Geosci. and Remote Sensing, vol. 41, no. 10,  pp 2254-2263, October, 2003.

SEE ALSO
temp_filtmt_lee_filt , multi_stat


© Copyrights for Documentation, Users Guide and Reference Manual by Gamma Remote Sensing, 2013.
CW, last change 19-Aug-2013.