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.signal_processing.sdynpy_camera

Functions for dealing with camera data

Functions

NameSummary
calibration_linear_estimateComputes a linear estimate of the camera parameters from point correspondences
camera_derivative_matrixReturns a matrix of derivatives du/dx, du/dy, du/dz, dv/dx, dv/dy, dv/dz
camera_matrix_from_imageComputes camera matrices from at least six points
compute_pixel_displacementCompute pixel displacements from coordinate displacements
compute_pixel_positionCompute pixel coordinates from world coordinates
decomposePDecomposes a projection matrix P into intrinsic and extrinsic matrices K, R, and t
distort_points
homogeneous_coordinates
optimize_calibration
point_on_pixelCompute the 3D position of a point on a pixel of a given camera
reconstruct_scene_from_calibration_parameters
unhomogeneous_coordinates