com.supermap.image.processing
枚举 FusionMethod
- java.lang.Object
-
- java.lang.Enum<FusionMethod>
-
- com.supermap.image.processing.FusionMethod
-
- 所有已实现的接口:
- Serializable, Comparable<FusionMethod>
public enum FusionMethod extends Enum<FusionMethod>
影像融合算法
-
-
枚举常量概要
枚举常量 枚举常量和说明 CNBROVEY
CNBroveyGRAMSCHMIDT
Gram-ShmidtHSV
HSV,基于 HSV 颜色空间的额影像融合NND
NNDiffusePANSHARP
PansharpPCA
PCA,主成分分析
-
-
-
枚举常量详细资料
-
PANSHARP
public static final FusionMethod PANSHARP
Pansharp
-
GRAMSCHMIDT
public static final FusionMethod GRAMSCHMIDT
Gram-Shmidt
-
CNBROVEY
public static final FusionMethod CNBROVEY
CNBrovey
-
HSV
public static final FusionMethod HSV
HSV,基于 HSV 颜色空间的额影像融合
-
PCA
public static final FusionMethod PCA
PCA,主成分分析
-
NND
public static final FusionMethod NND
NNDiffuse
-
-
方法详细资料
-
values
public static FusionMethod[] values()
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-
valueOf
public static FusionMethod valueOf(String name)
- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值
-
toString
public String toString()
- 覆盖:
toString
在类中Enum<FusionMethod>
-
getTitle
public String getTitle()
获取枚举值本地化名称- 返回:
- 枚举值本地化名称
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.