• Metashape#

Class#

A summary of class easyidp.metashape.Metashape, can be simple accessed by easyidp.Metashape

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

the object for each chunk in Metashape 3D reconstruction project

Functions#

This module (easyidp.metashape) also contains the following standard-alone functions for preocessing Metashape projects directly.

Caution

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)

parse xml in the project.zip file, and get the chunk id and path

read_chunk_zip(project_folder, project_name, ...)

parse xml in the given chunk.zip file.

apply_transform_matrix(points_xyz, matrix)

Transforms a point or points in homogeneous coordinates.