This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISpeckleFilter Interface > ISpeckleFilter.AdditiveNoiseMean Property (ArcObjects .NET 10.5 SDK) |
The mean additive noise. This parameter is used only for Lee filter with Additive and Multiplicative(both) noise models.
[Visual Basic .NET] Public Property AdditiveNoiseMean As Double
[C#] public double AdditiveNoiseMean {get; set;}
[C++]
HRESULT get_AdditiveNoiseMean(
double* addNoiseMean
);
[C++]
HRESULT put_AdditiveNoiseMean(
double addNoiseMean
);
[C++]
Parameters addNoiseMean [out, retval] addNoiseMean is a parameter of type double addNoiseMean [in] addNoiseMean is a parameter of type double