![]() | XBandParamGeoCorrect Class |
Namespace: Pixoneer.NXDL.NRS
public class XBandParamGeoCorrect : XBandParamBase
The XBandParamGeoCorrect type exposes the following members.
Name | Description | |
---|---|---|
![]() | XBandParamGeoCorrect | XBandParamGeoCorrect클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다. |
![]() | XBandParamGeoCorrect(XBandParamGeoCorrect) | XBandParamGeoCorrect객체를 생성하는 생성자이다. 외부 XBandParamGeoCorrect객체를 입력 받아 멤버 변수를 초기화한다. |
Name | Description | |
---|---|---|
![]() | BlankValue |
기하보정을 수행하면 영상의 확대/축소 내지는 회전이 일어나는데 이때 영상의 경계면에 화소가 아닌 영역이 존재할 수 있다.
이 영역에 채워줄 값을 입력한다. Blank Value는 Mosaic에서 Transparent 값을 줄 때 유용하다.
|
![]() | GcpSets | GCP기하보정을 수행하기 위해 XRSGCP객체가 포함된 XGCPSets객체를 설정. |
![]() | PixelSizeX |
기하보정 수행 후의 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
|
![]() | PixelSizeY |
기하보정 수행 후의 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
|
![]() | ResampleMethod | 기하보정 수행시 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
|
![]() | SrcBand | Source Band를 설정. |
![]() | WarpMethod |
Warping방법을 설정한다.
Resample Method는 Nearest Neighbor, Bilinear, Cubic Convolution 3가지를 지원한다.
Nearest Neighbor는 가장 가까운 화소 값을 결과 픽셀에 할당한다. Bilinear는 Bilinear 함수를 통해 2x2영역의 4점들의 값을 선형으로
내삽하여 계산된 값을 결과 픽셀에 할당한다. Cubic Convolution은 Cubic 함수를 통해 4x4영역의 16개의 값을 고등차수로 보간하여 계산 결과를 픽셀에 할당한다.
|