com.supermap.image.processing
类 ImageFuseParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.image.processing.ImageFuseParameter
-
- 所有已实现的接口:
- IDisposable
public class ImageFuseParameter extends com.supermap.data.InternalHandleDisposable
-
-
构造器概要
构造器 构造器和说明 ImageFuseParameter()
默认构造函数ImageFuseParameter(FusionMethod fusionMethod)
根据影像融合方法的构造函数
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 ImageFuseParameter
clone()
void
dispose()
释放 ImageFuseParameter对象所占资源FusionMethod
getFuseMethod()
获取影像融合方法double
getSharpCoefficient()
获取锐化系数。ImageFuseParameter
setFuseMethod(FusionMethod fuseMethod)
设置影像融合方法static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
ImageFuseParameter
setSharpCoefficient(double sharpCoefficient)
设置锐化系数,用来调节融合后影像的清晰程度,仅支持FusionMethod.PANSHARP
和FusionMethod.GRAMSCHMIDT
-
-
-
构造器详细资料
-
ImageFuseParameter
public ImageFuseParameter()
默认构造函数
-
ImageFuseParameter
public ImageFuseParameter(FusionMethod fusionMethod)
根据影像融合方法的构造函数- 参数:
fusionMethod
- 影像融合算法
-
-
方法详细资料
-
dispose
public void dispose()
释放 ImageFuseParameter对象所占资源
-
clone
public ImageFuseParameter clone() throws CloneNotSupportedException
- 覆盖:
clone
在类中Object
- 抛出:
CloneNotSupportedException
-
getFuseMethod
public FusionMethod getFuseMethod()
获取影像融合方法- 返回:
- 影像融合方法
-
getSharpCoefficient
public double getSharpCoefficient()
获取锐化系数。默认值为 1.0- 返回:
- 锐化系数
-
setFuseMethod
public ImageFuseParameter setFuseMethod(FusionMethod fuseMethod)
设置影像融合方法- 参数:
fuseMethod
- 影像融合方法- 返回:
- 当前对象
-
setSharpCoefficient
public ImageFuseParameter setSharpCoefficient(double sharpCoefficient)
设置锐化系数,用来调节融合后影像的清晰程度,仅支持FusionMethod.PANSHARP
和FusionMethod.GRAMSCHMIDT
- 参数:
sharpCoefficient
- 影像锐化系数- 返回:
- 当前对象
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.