![]() |
XBand
|
public class XBandParamNoiseInterpol : XBandParamBase
The XBandParamNoiseInterpol type exposes the following members.
Name | Description | |
---|---|---|
![]() | XBandParamNoiseInterpol | XBandParamNoiseInterpol클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다. |
![]() | XBandParamNoiseInterpol(XBandParamNoiseInterpol) | XBandParamNoiseInterpol객체를 생성하는 생성자이다. 외부 XBandParamNoiseInterpol객체를 입력 받아 멤버 변수를 초기화한다. |
Name | Description | |
---|---|---|
![]() | InterpolMethod | 보간 방법 설정. |
![]() | MaxDistance | 보간이 적용될 화소와의 최대 거리 |
![]() | NoiseValue | 입력 밴드에서 잡음으로 설정하여 보간될 화소값 |
![]() | NumNearestNeighbor | 보간방법으로 Nearest Neighbor을 선택한 경우 적용할 최대 화소의 개수(3~15) |
![]() | Order | 보간 방법 중 Inverse distance에 대한 파라미터 차수. Power를 변화시킴으로써 주변의 점들에 대한 weight factor를 변화시킬 수 있다. 수치가 커질수록 멀리 떨어져 있는 점의 영향력이 줄어들고, 작아지면 비교적 멀리 있는 점들도 보간에 영향을 미치게 된다 |
![]() | SrcBand | Noise Interpolation처리를 위한 Source Band(입력 밴드) |