Click or drag to resize
XDL

XBandParamNoiseInterpol Class

XBandParamNoiseInterpol클래스는 XDMBandNoiseInterpol객체의 입력 파라미터를 정의한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public class XBandParamNoiseInterpol : XBandParamBase

The XBandParamNoiseInterpol type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamNoiseInterpol
XBandParamNoiseInterpol클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamNoiseInterpol(XBandParamNoiseInterpol)
XBandParamNoiseInterpol객체를 생성하는 생성자이다. 외부 XBandParamNoiseInterpol객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
  NameDescription
Public propertyInterpolMethod
보간 방법 설정.
Public propertyMaxDistance
보간이 적용될 화소와의 최대 거리
Public propertyNoiseValue
입력 밴드에서 잡음으로 설정하여 보간될 화소값
Public propertyNumNearestNeighbor
보간방법으로 Nearest Neighbor을 선택한 경우 적용할 최대 화소의 개수(3~15)
Public propertyOrder
보간 방법 중 Inverse distance에 대한 파라미터 차수. Power를 변화시킴으로써 주변의 점들에 대한 weight factor를 변화시킬 수 있다. 수치가 커질수록 멀리 떨어져 있는 점의 영향력이 줄어들고, 작아지면 비교적 멀리 있는 점들도 보간에 영향을 미치게 된다
Public propertySrcBand
Noise Interpolation처리를 위한 Source Band(입력 밴드)
Top
See Also