com.supermap.image.processing

类 IterationImageSummary

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.image.processing.IterationImageSummary
  • 所有已实现的接口:
    IDisposable


    public class IterationImageSummary
    extends com.supermap.data.InternalHandleDisposable
    区域网平差单次迭代中影像报告。 统计本次迭代后影像RPC纠正参数、影像上连接点、影像上控制点的变化
    • 方法详细资料

      • dispose

        public void dispose()
        释放对象所占用的资源。调用该方法之后,此对象不再可用。
      • getDeltaParameter

        public double[] getDeltaParameter()
        获取影像RPC纠正参数的改变量
        返回:
        影像RPC纠正参数的改变量
      • getCornerOffset

        public Point2Ds getCornerOffset()
        获取影像四角像方坐标变量
        返回:
        影像四角像方坐标变量
      • getCornerOffsetRMSE

        public double getCornerOffsetRMSE()
        获取四角变化的距离中误差
        返回:
        四角变化的距离中误差
      • getTPIPRMSE

        public Point2D getTPIPRMSE()
        获取连接点像方残差均方根
        返回:
        连接点像方残差均方根
      • getGCPIPRMSE

        public Point2D getGCPIPRMSE()
        获取控制点像方残差均方根
        返回:
        控制点像方残差均方根
      • getTPUsed

        public int getTPUsed()
        获取影像上连接点有效点数目
        返回:
        影像上连接点有效点数目
      • getGCPUsed

        public int getGCPUsed()
        获取影像上控制点有效点数目
        返回:
        影像上控制点有效点数目
      • getGCPDeleted

        public int getGCPDeleted()
        获取设置为无效控制点数目
        返回:
        设置为无效控制点数目
      • getTPDeleted

        public int getTPDeleted()
        获取设置为无效连接点数目
        返回:
        设置为无效连接点数目
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.