This document is archived and information here might be outdated. Recommended version. |
The number of looks. This parameter is used only for Lee filter with Multiplicative noise model as well as the Enhanced Lee filter.
[Visual Basic .NET]
Public Property NLooks As Integer
[C#]
public int NLooks {get; set;}
[C++]
HRESULT get_NLooks(
long NLooks
);
[C++]
HRESULT put_NLooks(
System.Int32* NLooks
);
[C++] Parameters NLooks [in]
NLooks is a parameter of type long NLooks [out, retval]
NLooks is a parameter of type long*