com.supermap.image.processing
类 FuseRegistrationProcessorParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.image.processing.FuseRegistrationProcessorParameter
-
- 所有已实现的接口:
- IDisposable
public class FuseRegistrationProcessorParameter extends com.supermap.data.InternalHandleDisposable
-
-
构造器概要
构造器 构造器和说明 FuseRegistrationProcessorParameter()
默认构造函数
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。int
getBlockCountX()
获取分块列大小,默认值为 12int
getBlockCountY()
获取分块行大小,默认值为 4ImageMatchMethod
getImageMatchMethod()
返回匹配方法,默认为 MOTIFint
getMaxPointsInBlock()
返回每个块最大点数目,默认为1000boolean
isDetectBuildingMask()
获取是否进行建筑物检测FuseRegistrationProcessorParameter
setBlockCountX(int value)
设置分块列大小FuseRegistrationProcessorParameter
setBlockCountY(int value)
设置影像配准分块行大小。FuseRegistrationProcessorParameter
setDetectBuildingMask(boolean value)
设置是否进行建筑物掩膜检测FuseRegistrationProcessorParameter
setImageMatchMethod(ImageMatchMethod imageMatchMethod)
设置影像匹配方法static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
FuseRegistrationProcessorParameter
setMaxPointsInBlock(int value)
设置每个块内最大的点数目
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
setImageMatchMethod
public FuseRegistrationProcessorParameter setImageMatchMethod(ImageMatchMethod imageMatchMethod)
设置影像匹配方法- 参数:
imageMatchMethod
- 影像匹配方法- 返回:
- 当前对象
-
getImageMatchMethod
public ImageMatchMethod getImageMatchMethod()
返回匹配方法,默认为 MOTIF- 返回:
- 影像匹配方法
-
setDetectBuildingMask
public FuseRegistrationProcessorParameter setDetectBuildingMask(boolean value)
设置是否进行建筑物掩膜检测- 参数:
value
- 是否进行建筑物掩膜检测。如果使用建筑物掩膜检测,则影像匹配将使用检测到的建筑物掩膜,过滤掉落在掩膜内的匹配点.- 返回:
- 当前对象
-
isDetectBuildingMask
public boolean isDetectBuildingMask()
获取是否进行建筑物检测- 返回:
- 是否进行建筑物检测. 如果使用建筑物掩膜检测,则影像匹配将使用检测到的建筑物掩膜,过滤掉落在掩膜内的匹配点。 默认值为: false
-
getBlockCountX
public int getBlockCountX()
获取分块列大小,默认值为 12- 返回:
- 分块列大小
-
setBlockCountX
public FuseRegistrationProcessorParameter setBlockCountX(int value)
设置分块列大小- 参数:
value
- 分块列大小- 返回:
- 当前对象
-
getBlockCountY
public int getBlockCountY()
获取分块行大小,默认值为 4- 返回:
- 分块行大小
-
setBlockCountY
public FuseRegistrationProcessorParameter setBlockCountY(int value)
设置影像配准分块行大小。- 参数:
value
- 分块行大小- 返回:
- 当前对象
-
getMaxPointsInBlock
public int getMaxPointsInBlock()
返回每个块最大点数目,默认为1000- 返回:
- 每个块最大点数目
-
setMaxPointsInBlock
public FuseRegistrationProcessorParameter setMaxPointsInBlock(int value)
设置每个块内最大的点数目- 参数:
value
- 点数目值- 返回:
- 当前对象
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.