Click or drag to resize
XDL

XBandParamLocalWarpResampleMethod 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.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public eResampleMethod ResampleMethod { get; set; }

Property Value

eResampleMethod
See Also