com.supermap.image.processing

类 EdgeAccuracyReport



  • public class EdgeAccuracyReport
    extends Object
    影像接边精度报告
    • 方法详细资料

      • get

        public AccuracyStatistics get(ImagePair imagePair)
        根据像对信息获取接边精度统计值
        参数:
        imagePair - 像对信息
        返回:
        接边精度统计值
      • get

        public AccuracyStatistics get(String leftImageName,
                                      String rightImageName)
        根据左右影像名称获取接边精度统计值
        参数:
        leftImageName - 左影像名称
        rightImageName - 右影像名称
        返回:
      • getAll

        public Map<ImagePair,AccuracyStatistics> getAll()
        获取所有像对影像的接边精度统计值
        返回:
        所有像对的影像接边精度统计值
      • getOverall

        public AccuracyStatistics getOverall()
        获取影像整体精度统计值
        返回:
        所有影像的整体精度统计值
      • print

        public void print(OutputStream outputStream)
                   throws IOException
        将接边精度统计值输出
        参数:
        outputStream - 输出流对象
        抛出:
        IOException - 异常

Copyright © 2021–2024 SuperMap. All rights reserved.