com.supermap.image.processing
枚举 ImageMatchMethod
- java.lang.Object
-
- java.lang.Enum<ImageMatchMethod>
-
- com.supermap.image.processing.ImageMatchMethod
-
- 所有已实现的接口:
- Serializable, Comparable<ImageMatchMethod>
public enum ImageMatchMethod extends Enum<ImageMatchMethod>
影像匹配方法
-
-
枚举常量详细资料
-
SIFT
public static final ImageMatchMethod SIFT
SIFT
-
RIFT
public static final ImageMatchMethod RIFT
RIFT
-
AFHORP
public static final ImageMatchMethod AFHORP
AFHORP
-
MOTIF
public static final ImageMatchMethod MOTIF
MOTIF
-
DEEPFT
public static final ImageMatchMethod DEEPFT
DEEPFT
-
-
方法详细资料
-
values
public static ImageMatchMethod[] values()
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-
valueOf
public static ImageMatchMethod valueOf(String name)
- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.