程序包 | 说明 |
---|---|
com.supermap.image.processing |
限定符和类型 | 方法和说明 |
---|---|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setDetectBuildingMask(boolean value)
设置是否进行建筑物掩膜检测,以去掉落在建筑物上的点
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setDetectCloudMask(boolean value)
设置是否进行云掩膜检测,以去掉落在云上点。
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setErrorThreshold(double errorThreshold)
设置模型解算的误差阈值,单位为像素
影像匹配粗差剔除的误差阈值,单位为像素,影像匹配中,使用最小二乘拟合结果点,去除大于误差阈值的点。
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setGroundPointDensityLevel(ImageMatchPointDensityLevel densityLevel)
设置影像匹配结果地面控制点密度等级
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setImageMatchMethod(ImageMatchMethod imageMatchMethod)
设置影像匹配方法
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setMatchedBandIndex(int bandIndex)
设置影像匹配的波段数,默认为第0个波段
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setMatchGroundControlPoints(boolean value)
设置是否匹配地面控制点
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setMatchMultispectralImages(boolean value)
设置是否对多光谱影像执行影像匹配
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setMatchPanchromaticImages(boolean value)
设置是否对全色影像执行影像匹配
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setMatchStereoImages(boolean value)
设置是否对立体影像执行影像匹配
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setMatchTiePoints(boolean value)
设置是否匹配连接点
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setMaxPointsInEachGrid(int value)
设置每个块内保留的点数目的最大值
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setNumberSeedPoints(int value)
设置影像匹配种子点数目,当影像的纹理较差时,需要设置更大种子点,以确保匹配出足够的同名点。
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setPointDistributionMethod(PointDistributionMethod value)
设置的点分布方式
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setSearchRadius(double value)
设置搜索半径,单位为像素。
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setSearchSeedPointMethod(SearchSeedPointMethod value)
设置搜索种子的方式,只适用于点均匀分布。
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setTemplateSize(int value)
设置模板影像大小,单位为像素。
|
ImageMatchProcessorParameter |
ImageMatchProcessorParameter.setTiePointDensityLevel(ImageMatchPointDensityLevel densityLevel)
设置影像匹配结果连接点的密度等级
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
ImageMatchProcessor.process(ImageMatchProcessorParameter parameter,
boolean isRemovePrevious)
执行影像匹配
|
Copyright © 2021–2024 SuperMap. All rights reserved.