Provides access to members that control a speckle filter.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AdditiveNoiseMean | The mean additive noise. This parameter is used only for Lee filter with Additive and Multiplicative(both) noise models. |
![]() |
DampFactor | The extent of damping applied. This parameter is used only for Enhanced Lee filter and Frost filter. |
![]() |
FilterType | The speckle filter type. |
![]() |
GetCenterPosition | Gets the center position of the speckle filter kernel. |
![]() |
GetSize | Gets the size of the speckle filter kernel. |
![]() |
MultiplicativeNoiseMean | The mean multiplicative noise. This parameter is used only for Lee filter with Multiplicative or Additive and Multiplicative(both) noise models. |
![]() |
NLooks | The number of looks. This parameter is used only for Lee filter with Multiplicative noise model as well as the Enhanced Lee filter. |
![]() |
NoiseModel | The speckle noise model. This parameter is used only for the Lee filter type. |
![]() |
NoiseVariance | The noise variance. This parameter is used only for Lee filter with Additive or Additive and Multiplicative(both) noise models. |
![]() |
SetSize | Sets the size of the speckle filter kernel. |
CoClasses that implement ISpeckleFilter
CoClasses and Classes | Description |
---|---|
SpeckleFilter | A class for speckle filter. |