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: 1.2.817.72
Syntax
C#
public eResampleMethod ResampleMethod { get; set; }

Property Value

Type: eResampleMethod
See Also