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


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

ISpeckleFunctionArguments.MultiplicativeNoiseMean Property

The mean multiplicative noise. This parameter is used only for Lee filter with Multiplicative or Additive and Multiplicative(both) noise models.

[Visual Basic .NET]
Public Property MultiplicativeNoiseMean As Double
[C#]
public double MultiplicativeNoiseMean {get; set;}
[C++]
HRESULT get_MultiplicativeNoiseMean(
  double* mulNoiseMean
);
[C++]
HRESULT put_MultiplicativeNoiseMean(
  double mulNoiseMean
);
[C++]

Parameters mulNoiseMean [out, retval] mulNoiseMean is a parameter of type double mulNoiseMean [in] mulNoiseMean is a parameter of type double

Product Availability

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

See Also

ISpeckleFunctionArguments Interface