com.supermap.image.processing

类 GammaStretchParameter

    • 构造器详细资料

      • GammaStretchParameter

        @Deprecated
        public GammaStretchParameter()
        已过时。 
        构造一个伽马拉伸参数对象。
      • GammaStretchParameter

        @Deprecated
        public GammaStretchParameter(PixelFormat pixelFormat,
                                                  double noDataValue,
                                                  double outputRangeMin,
                                                  double outputRangeMax,
                                                  double truncationMin,
                                                  double truncationMax,
                                                  boolean isStretchByPercent,
                                                  double minPercent,
                                                  double maxPercent,
                                                  double gamma)
        已过时。 
        构造一个伽马拉伸参数对象。
        参数:
        pixelFormat - 像素格式。
        noDataValue - 无值。
        outputRangeMin - 输出最小值。
        outputRangeMax - 输出最大值。
        truncationMin - 拉伸最小截断值。
        truncationMax - 拉伸最大截断值。
        isStretchByPercent - 是否百分比截断拉伸。
        minPercent - 最小截断百分比值。
        maxPercent - 最大截断百分比值。
        gamma - 伽马拉伸参数。
    • 方法详细资料

      • getHandle

        public static long getHandle(com.supermap.data.InternalHandle obj)
      • setHandle

        public static void setHandle(com.supermap.data.InternalHandle obj,
                                     long handle)

Copyright © 2021–2024 SuperMap. All rights reserved.