easyidp.reconstruct.Recons

class easyidp.reconstruct.Recons

重建项目的基类。用于每个单独的Pix4D项目和Metashape项目中的每个块

备注

3D重建中使用的坐标系。

  • 内部坐标(本地):

    当前块中使用的坐标,通常以模型中心作为初始点

  • 地心坐标(世界):

    以地心作为初始点,也称为世界坐标

  • 地理坐标(crs):

    用于定位地理实体的坐标参考系统(CRS)。常用:

    • WGS84 (EPSG: 4326):xyz = 经度,纬度,高度

    • WGS84/ UTM Zone xxx:例如,UTM Zone 54N -> 东京地区。

__init__()

Methods

Attributes

crs

the geographic coordinates (often the same as the export DOM and DSM), <class 'pyproj.crs.crs.CRS'>

dom

输出的数字正射影像图 (DOM),easyidp.GeoTiff

dsm

输出的数字表面模型 (DSM),easyidp.GeoTiff

pcd

输出的点云,easyidp.PointCloud

label

3D重建项目名称,<class 'str'>

meta

此项目的元信息,<class 'dict'>

enabled

该项目是否被激活,(通常用于Metashape),<class 'bool'>

sensors

the container for all sensors in this project (camera model), <class 'easyidp.Container'>, a dict-like object consisted by Sensor

photos

该项目中所有照片的容器(图像),<class 'easyidp.Container'>,由 Photo 组成的类字典对象

property crs

the geographic coordinates (often the same as the export DOM and DSM), <class 'pyproj.crs.crs.CRS'>

property dom

输出的数字正射影像图 (DOM),easyidp.GeoTiff

property dsm

输出的数字表面模型 (DSM),easyidp.GeoTiff

enabled

该项目是否被激活,(通常用于Metashape),<class 'bool'>

label

3D重建项目名称,<class 'str'>

meta

此项目的元信息,<class 'dict'>

property pcd

输出的点云,easyidp.PointCloud

photos

该项目中所有照片的容器(图像),<class 'easyidp.Container'>,由 Photo 组成的类字典对象

sensors

the container for all sensors in this project (camera model), <class 'easyidp.Container'>, a dict-like object consisted by Sensor