Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fileio.sdynpy_vic.camera_matrix_from_vic_parameters

Signature

def sdynpy.fileio.sdynpy_vic.camera_matrix_from_vic_parameters(intrinsics, extrinsics=None)

Computes K and RT Camera matrices from information in the project.xml file

This function takes VIC3D Camera Calibration information and makes a camera intrinsic and extrinsic matrix. This can be extracted from the project.xml file inside the unzipped Z3D project file.

Parameters

Returns