Click or drag to resize
XDL

XBandParamSpatialFilter Properties

The XBandParamSpatialFilter type exposes the following members.

Properties
  Name Description
Public property FilterMethod 공간 필터 방법을 설정.
Public property KernelSize 공간 필터의 Kernel 크기를 설정. 예를 들어 KernelSize 가 3이면, 3x3 필터가 적용된다.
Public property KernelValue UserDef 필터를 위한 커널값
Public property ParamValue1 공간 필터의 첫번째 매개변수를 설정.
  • LeeAdd : Additivie Noise Variance
  • LeeMul : Multiplicative Noise Mean
  • LeeAddMul : Additive Noise Mean
  • Lee_Enhance : Number of looks
  • Frost : Weight
  • FrostEnhance : Weight
  • Gamm : Number of looks
  • Kuan : Number of looks
  • GaussianSmooth : Sigma
  • SaltPepper : Weight
  • Unsharp Mask : GaussianSmooth sigma
  • CooccurAverage : X shift
  • CooccurStdev : X shift
  • CooccurAngularsm : X shift
  • CooccurContrast : X shift
  • CooccurCorrelation : X shift
Public property ParamValue2 공간 필터의 두번째 매개변수를 설정.
  • LeeMul : Multiplicative Noise Variance
  • LeeAddMul : Multiplicative Noise Mean
  • Lee_Enhance : Damping factor
  • FrostEnhance : Damping factor
  • Unsharp Mask : 하이패스 영상 weight(기본값 0.7)
  • CooccurAverage : Y shift
  • CooccurStdev : Y shift
  • CooccurAngularsm : Y shift
  • CooccurContrast : Y shift
  • CooccurCorrelation : Y shift
Public property ParamValue3 공간 필터의 세번째 매개변수를 설정.
  • LeeAddMul : Additive Noise Variance
Public property ParamValue4 공간 필터의 네번째 매개변수를 설정.
  • LeeAddMul : Multiplicative Noise Variance
Public property SrcBand 공간 필터링을 위한 Source Band를 설정.
Top
See Also