symforce.cam.equirectangular_camera_cal module#
- class EquirectangularCameraCal(focal_length, principal_point, distortion_coeffs=())[source]#
Bases:
CameraCal
Equirectangular camera model with parameters [fx, fy, cx, cy].
(fx, fy) representing focal length; (cx, cy) representing principal point.
- Parameters:
- NUM_DISTORTION_COEFFS = 0#
- pixel_from_camera_point(point, epsilon=0.0)[source]#
Project a 3D point in the camera frame into 2D pixel coordinates.