• Metashape

easyidp.metashape.Metashape 类的摘要,可以通过 easyidp.Metashape 简单访问

Metashape([project_path, chunk_id, ...])

Metashape 3D 重建项目中每个块的对象

函数

此模块( easyidp.metashape )还包含以下独立函数,用于直接处理Metashape项目。

小心

The easyidp.Metashape class is an advanced wrapper around the following functions, which is generally sufficient for most simple application cases, please don't use the following functions unless you really need them.

read_project_zip(project_folder, project_name)

解析``project.zip``文件中的XML,并获取块ID和路径

read_chunk_zip(project_folder, project_name, ...)

解析给定``chunk.zip``文件中的XML。

apply_transform_matrix(points_xyz, matrix)

在齐次坐标中变换一个或多个点。