| 
            
              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.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic eResampleMethod ResampleMethod { get; set; }Property Value
eResampleMethod
See Also