public class FuseRegistrationProcessorParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
FuseRegistrationProcessorParameter()
默认构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象所占用的资源。
|
int |
getBlockCountX()
获取分块列大小,默认值为 12
|
int |
getBlockCountY()
获取分块行大小,默认值为 4
|
ImageMatchMethod |
getImageMatchMethod()
返回匹配方法,默认为 MOTIF
|
int |
getMaxPointsInBlock()
返回每个块最大点数目,默认为1000
|
boolean |
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)
设置每个块内最大的点数目
|
public void dispose()
public FuseRegistrationProcessorParameter setImageMatchMethod(ImageMatchMethod imageMatchMethod)
imageMatchMethod
- 影像匹配方法public ImageMatchMethod getImageMatchMethod()
public FuseRegistrationProcessorParameter setDetectBuildingMask(boolean value)
value
- 是否进行建筑物掩膜检测。如果使用建筑物掩膜检测,则影像匹配将使用检测到的建筑物掩膜,过滤掉落在掩膜内的匹配点.public boolean isDetectBuildingMask()
public int getBlockCountX()
public FuseRegistrationProcessorParameter setBlockCountX(int value)
value
- 分块列大小public int getBlockCountY()
public FuseRegistrationProcessorParameter setBlockCountY(int value)
value
- 分块行大小public int getMaxPointsInBlock()
public FuseRegistrationProcessorParameter setMaxPointsInBlock(int value)
value
- 点数目值public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.