com.supermap.image.processing

类 AbsoluteAccuracyReport



  • public class AbsoluteAccuracyReport
    extends Object
    影像绝对精度报告
    • 方法详细资料

      • get

        public AccuracyStatistics get(String imageName)
        根据影像名称获取精度统计值
        参数:
        imageName - 影像名称
        返回:
      • getAll

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

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

        public void print(OutputStream outputStream)
                   throws IOException
        将绝对精度报告输出到指定流中
        参数:
        outputStream - 输出流对象
        抛出:
        IOException - 异常

Copyright © 2021–2024 SuperMap. All rights reserved.