This document is archived and information here might be outdated.  Recommended version.


ISpeckleFunctionArguments.AdditiveNoiseMean Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFunctionArguments.AdditiveNoiseMean Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpeckleFunctionArguments Interface