public class ImageMatchProcessorParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
ImageMatchProcessorParameter() |
public void dispose()
public boolean isMatchTiePoints()
public ImageMatchProcessorParameter setMatchTiePoints(boolean value)
value
- 是否匹配连接点public boolean isMatchGroundControlPoints()
public ImageMatchProcessorParameter setMatchGroundControlPoints(boolean value)
value
- 是否匹配地面控制点public boolean isMatchPanchromaticImages()
public ImageMatchProcessorParameter setMatchPanchromaticImages(boolean value)
value
- 是否对全色影像执行影像匹配public boolean isMatchMultispectralImages()
public ImageMatchProcessorParameter setMatchMultispectralImages(boolean value)
value
- 是否对多光谱影像执行影像匹配public boolean isMatchStereoImages()
public ImageMatchProcessorParameter setMatchStereoImages(boolean value)
value
- 是否对立体影像执行影像匹配public ImageMatchPointDensityLevel getGroundPointDensityLevel()
ImageMatchPointDensityLevel.MEDIUM
public ImageMatchProcessorParameter setGroundPointDensityLevel(ImageMatchPointDensityLevel densityLevel)
densityLevel
- 地面控制点密度等级public ImageMatchProcessorParameter setTiePointDensityLevel(ImageMatchPointDensityLevel densityLevel)
densityLevel
- 结果连接点密度等级public ImageMatchPointDensityLevel getTiePointDensityLevel()
ImageMatchPointDensityLevel.MEDIUM
public int getMatchedBandIndex()
public ImageMatchProcessorParameter setMatchedBandIndex(int bandIndex)
bandIndex
- 影像匹配的波段public ImageMatchProcessorParameter setImageMatchMethod(ImageMatchMethod imageMatchMethod)
imageMatchMethod
- 影像匹配方法public ImageMatchMethod getImageMatchMethod()
public ImageMatchProcessorParameter setDetectBuildingMask(boolean value)
value
- 是否进行建筑物掩膜检测public boolean isDetectBuildingMask()
public ImageMatchProcessorParameter setDetectCloudMask(boolean value)
public boolean isDetectCloudMask()
public double getErrorThreshold()
public ImageMatchProcessorParameter setErrorThreshold(double errorThreshold)
errorThreshold
- 误差阈值。public int getMaxPointsInEachGrid()
public ImageMatchProcessorParameter setMaxPointsInEachGrid(int value)
value
- 块内保留的点数目的最大值public SearchSeedPointMethod getSearchSeedPointMethod()
public ImageMatchProcessorParameter setSearchSeedPointMethod(SearchSeedPointMethod value)
value
- 搜索种子点的方式public PointDistributionMethod getPointDistributionMethod()
public ImageMatchProcessorParameter setPointDistributionMethod(PointDistributionMethod value)
value
- 点分布方式public double getSearchRadius()
public ImageMatchProcessorParameter setSearchRadius(double value)
value
- 搜索半径,单位为像素。public int getTemplateSize()
public ImageMatchProcessorParameter setTemplateSize(int value)
value
- 模板影像大小,单位为像素public int getNumberSeedPoints()
public ImageMatchProcessorParameter setNumberSeedPoints(int value)
value
- 种子点数目,默认值为512public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.