com.esri.arcgis.datasourcesraster
Interface esriSpeckleNoiseModel

All Superinterfaces:
Serializable

public interface esriSpeckleNoiseModel
extends Serializable

The speckle noise models. These are used only for Lee speckle filter

Product Availability

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


Field Summary
static int esriSpeckleNoiseAdditive
          Additive Noise model.
static int esriSpeckleNoiseBoth
          Additive and Multiplicative Noise model.
static int esriSpeckleNoiseMultiplicative
          Multiplicative Noise model.
 

Field Detail

esriSpeckleNoiseMultiplicative

static final int esriSpeckleNoiseMultiplicative
Multiplicative Noise model.

See Also:
Constant Field Values

esriSpeckleNoiseAdditive

static final int esriSpeckleNoiseAdditive
Additive Noise model.

See Also:
Constant Field Values

esriSpeckleNoiseBoth

static final int esriSpeckleNoiseBoth
Additive and Multiplicative Noise model.

See Also:
Constant Field Values