Click or drag to resize
XDL

XBandParamGeoCorrectResampleMethod Property

기하보정 수행시 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

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public eResampleMethod ResampleMethod { get; set; }

Property Value

Type: eResampleMethod
See Also