com.supermap.data

类 PyramidResampleType



  • public class PyramidResampleType
    extends Enum
    建立影像金字塔时所采用的重采样方式。
    • 字段详细资料

      • NEAREST

        public static final PyramidResampleType NEAREST
        最临近法,一种简单的采样方式。
      • AVERAGE

        public static final PyramidResampleType AVERAGE
        平均值法,计算所有有效值的均值进行重采样计算。
      • GAUSS

        public static final PyramidResampleType GAUSS
        高斯内核计算法。使用高斯内核计算的方式进行重采样,这种对于高对比度和图案边界比较明显的图像效果比较好。
      • AVERAGE_MAGPHASE

        public static final PyramidResampleType AVERAGE_MAGPHASE
        平均联合数据法,在一个magphase空间中平均联合数据,用于复数数据空间的图像的重采样方式。
      • LANCZOS

        public static final PyramidResampleType LANCZOS
        Lanczos 兰佐斯窗口正弦重采样。

Copyright © 2021–2024 SuperMap. All rights reserved.