com.supermap.image.processing

类 GammaCorrectParameter

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.image.processing.GammaCorrectParameter
  • 所有已实现的接口:
    IDisposable


    public class GammaCorrectParameter
    extends com.supermap.data.InternalHandleDisposable
    • 构造器详细资料

      • GammaCorrectParameter

        public GammaCorrectParameter()
        默认构造函数
    • 方法详细资料

      • dispose

        public void dispose()
      • getRedBand

        public int getRedBand()
        获取红色波段索引
        返回:
        红色波段索引
      • setRedBand

        public GammaCorrectParameter setRedBand(int value)
        设置红色波段索引。
        参数:
        value - 红色波段索引
        返回:
        当前对象
      • getGreenBand

        public int getGreenBand()
        返回绿色波段索引
        返回:
        绿色波段索引
      • setGreenBand

        public GammaCorrectParameter setGreenBand(int value)
        设置绿色波段索引。
        参数:
        value - 绿色波段索引
        返回:
        当前对象
      • getBlueBand

        public int getBlueBand()
        返回蓝色波段索引
        返回:
        蓝色波段索引
      • setBlueBand

        public GammaCorrectParameter setBlueBand(int value)
        设置蓝色波段索引。
        参数:
        value - 蓝色波段索引
        返回:
        当前对象
      • getGammaCorrectMethod

        public GammaCorrectMethod getGammaCorrectMethod()
        获取gamma校正方法
        返回:
        gamma校正方法
      • getRedGamma

        public double getRedGamma()
        返回红波段伽马校正参数。
        返回:
        红波段伽马校正参数。
      • setRedGamma

        public GammaCorrectParameter setRedGamma(double gamma)
        设置红波段伽马拉伸参数。
        参数:
        gamma - 伽马拉伸参数。
        返回:
        当前对象
      • getGreenGamma

        public double getGreenGamma()
        返回绿波段伽马校正参数。
        返回:
        伽马校正参数。
      • setGreenGamma

        public GammaCorrectParameter setGreenGamma(double gamma)
        设置绿波段伽马拉伸参数。
        参数:
        gamma - 伽马拉伸参数。
        返回:
        当前对象
      • getBlueGamma

        public double getBlueGamma()
        返回蓝波段伽马校正参数。
        返回:
        伽马校正参数。
      • setBlueGamma

        public GammaCorrectParameter setBlueGamma(double gamma)
        设置蓝波段伽马拉伸参数。
        参数:
        gamma - 伽马拉伸参数。
        返回:
        当前对象
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.