EnumInterpolationMode

EnumInterpolationMode()

差值方式。

See:

Members

staticconstantCooSDK.EnumInterpolationMode.BILINEAR : String

双线性插值:较为平滑,耗时一般;(IsInterpolateImagery必须设为true才生效)。

staticconstantCooSDK.EnumInterpolationMode.ICUBIC : String

立方插值:最耗时,比双线性插值边沿更平滑(IsInterpolateImagery必须设为true才生效)。

staticconstantCooSDK.EnumInterpolationMode.NEAREST : String

临近插值法(默认值):速度最快,临近像素点值一样。