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.InternalHandleDisposableGamma 校正参数类
-
-
构造器概要
构造器 构造器和说明 GammaCorrectParameter()默认构造函数
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象所占用的资源。intgetBlueBand()返回蓝色波段索引doublegetBlueGamma()返回蓝波段伽马校正参数。GammaCorrectMethodgetGammaCorrectMethod()获取gamma校正方法intgetGreenBand()返回绿色波段索引doublegetGreenGamma()返回绿波段伽马校正参数。intgetRedBand()获取红色波段索引doublegetRedGamma()返回红波段伽马校正参数。GammaCorrectParametersetBlueBand(int value)设置蓝色波段索引。GammaCorrectParametersetBlueGamma(double gamma)设置蓝波段伽马拉伸参数。GammaCorrectParametersetGammaCorrectMethod(GammaCorrectMethod gammaMethod)GammaCorrectParametersetGreenBand(int value)设置绿色波段索引。GammaCorrectParametersetGreenGamma(double gamma)设置绿波段伽马拉伸参数。static voidsetIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)GammaCorrectParametersetRedBand(int value)设置红色波段索引。GammaCorrectParametersetRedGamma(double gamma)设置红波段伽马拉伸参数。
-
-
-
方法详细资料
-
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校正方法
-
setGammaCorrectMethod
public GammaCorrectParameter setGammaCorrectMethod(GammaCorrectMethod gammaMethod)
-
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–2025 SuperMap. All rights reserved.