• Pix4D#

Class#

A summary of class easyidp.pix4d.Pix4D, can be simple accessed by easyidp.Pix4D

Pix4D([project_path, raw_img_folder, ...])

A Pix4D class, contains information of 3D reconstruction.

Functions#

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

Caution

The easyidp.Pix4D 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.

parse_p4d_project(project_path[, param_folder])

A fuction to automatically analyze related subfiles in pix4d project folder

parse_p4d_param_folder(param_path)

Get full file path of parameter folder (...\project_name\1_initial\params.) of Pix4D project.

read_xyz(xyz_path)

read pix4d file *_offset.xyz

read_pmat(pmat_path)

read pix4d file *_pmatrix.txt

read_cicp(cicp_path)

Read *_pix4d_calibrated_internal_camera_parameters.cam for easyidp.reconstruct.Sensor object

read_ccp(ccp_path)

Read *_calibrated_camera_parameters.txt for easyidp.reconstruct.Photo object

read_campos_geo(campos_path)

Read *_calibrated_images_position.txt for easyidp.reconstruct.Photo.position (geo_location)

read_cam_ssk(ssk_path)

Get the camera model name, for easyidp.reconstruct.Sensor object