com.supermap.image.processing
类 ImagePairPointData
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.image.processing.ImagePairPointData
-
- 所有已实现的接口:
- IDisposable
public class ImagePairPointData extends com.supermap.data.InternalHandleDisposable
影像对重叠处像点统计数据
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。Point3D
getGroundPoint1()
获取像点根据影像1 RPC参数反投影回地面点的物方坐标Point3D
getGroundPoint2()
获取像点根据影像2 RPC参数反投影回地面点的物方坐标Point2D
getImagePoint1()
获取影像1上像方坐标Point2D
getImagePoint2()
获取影像2上像方坐标double
getOffsetEpipolarDisparity()
获取同名点在垂直核线方向视差Point2D
getPlaneResidual()
获取像点分别反投影回去的物方坐标在平面上(x,y方向)的残差String
getPointID()
获取像点对应的地面点 PointIDstatic void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
getPointID
public String getPointID()
获取像点对应的地面点 PointID- 返回:
- 像点对应的地面点 PointID
-
getGroundPoint1
public Point3D getGroundPoint1()
获取像点根据影像1 RPC参数反投影回地面点的物方坐标- 返回:
- 像点根据影像1 RPC参数反投影回地面点的物方坐标
-
getGroundPoint2
public Point3D getGroundPoint2()
获取像点根据影像2 RPC参数反投影回地面点的物方坐标- 返回:
- 像点根据影像2 RPC参数反投影回地面点的物方坐标
-
getImagePoint1
public Point2D getImagePoint1()
获取影像1上像方坐标- 返回:
- 影像1上像方坐标
-
getImagePoint2
public Point2D getImagePoint2()
获取影像2上像方坐标- 返回:
- 影像2上像方坐标
-
getPlaneResidual
public Point2D getPlaneResidual()
获取像点分别反投影回去的物方坐标在平面上(x,y方向)的残差- 返回:
- 像点分别反投影回去的物方坐标在平面上(x,y方向)的残差
-
getOffsetEpipolarDisparity
public double getOffsetEpipolarDisparity()
获取同名点在垂直核线方向视差- 返回:
- 同名点在垂直核线方向视差
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.