 | 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
Syntaxpublic eResampleMethod ResampleMethod { get; set; }
Property Value
Type:
eResampleMethod
See Also