Click or drag to resize
XDL

XBandParamGeoCorrect Class

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

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

The XBandParamGeoCorrect type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamGeoCorrect
XBandParamGeoCorrect클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamGeoCorrect(XBandParamGeoCorrect)
XBandParamGeoCorrect객체를 생성하는 생성자이다. 외부 XBandParamGeoCorrect객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
  NameDescription
Public propertyBlankValue
기하보정을 수행하면 영상의 확대/축소 내지는 회전이 일어나는데 이때 영상의 경계면에 화소가 아닌 영역이 존재할 수 있다. 이 영역에 채워줄 값을 입력한다. Blank Value는 Mosaic에서 Transparent 값을 줄 때 유용하다.
Public propertyGcpSets
GCP기하보정을 수행하기 위해 XRSGCP객체가 포함된 XGCPSets객체를 설정.
Public propertyPixelSizeX
기하보정 수행 후의 X축 방향의 하나의 픽셀의 공간 크기 설정. The Output Pixel Size is set as 0.000100 degree for the geographic coordinate system, and 30 meters for others by default. Choose either the Deg or DMS for the geographic coordinate as a pixel unit. For other coordinate systems, choose either meter or feet units
Public propertyPixelSizeY
기하보정 수행 후의 Y축 방향의 하나의 픽셀의 공간 크기 설정. The Output Pixel Size is set as 0.000100 degree for the geographic coordinate system, and 30 meters for others by default. Choose either the Deg or DMS for the geographic coordinate as a pixel unit. For other coordinate systems, choose either meter or feet units
Public propertyResampleMethod
기하보정 수행시 Resample방법을 설정. The Nearest Neighbor method assigns the closest pixel value to a new pixel. Bilinear calculates the pixel value using 4 neighboring pixels, and Cubic Convolution calculates the pixel value using 16 neighboring pixels
Public propertySrcBand
Source Band를 설정.
Public propertyWarpMethod
Warping방법을 설정한다. Resample Method는 Nearest Neighbor, Bilinear, Cubic Convolution 3가지를 지원한다. Nearest Neighbor는 가장 가까운 화소 값을 결과 픽셀에 할당한다. Bilinear는 Bilinear 함수를 통해 2x2영역의 4점들의 값을 선형으로 내삽하여 계산된 값을 결과 픽셀에 할당한다. Cubic Convolution은 Cubic 함수를 통해 4x4영역의 16개의 값을 고등차수로 보간하여 계산 결과를 픽셀에 할당한다.
Top
See Also