com.supermap.image.processing
类 ResampleMethod
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.image.processing.ResampleMethod
-
public class ResampleMethod extends Enum
该类定义了影像处理重采样方法常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static ResampleMethod
BILINEAR
双线性内插法。static ResampleMethod
CUBIC
三次卷积内插法。static ResampleMethod
NEAREST
最邻近法。
-
-
-
字段详细资料
-
NEAREST
public static final ResampleMethod NEAREST
最邻近法。
-
BILINEAR
public static final ResampleMethod BILINEAR
双线性内插法。
-
CUBIC
public static final ResampleMethod CUBIC
三次卷积内插法。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.