Click or drag to resize
XDL

XBandParamEpipolarResampleMethod Property

Resample 방법을 설정. 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: 2.0.3.38
Syntax
C#
public eResampleMethod ResampleMethod { get; set; }

Property Value

eResampleMethod
See Also