Source code for symforce.cam.equirectangular_camera_cal
# ----------------------------------------------------------------------------# SymForce - Copyright 2022, Skydio, Inc.# This source code is under the Apache 2.0 license found in the LICENSE file.# ----------------------------------------------------------------------------importsymforce.internal.symbolicassffromsymforceimportgeofromsymforceimporttypingasTfrom.camera_calimportCameraCalfrom.linear_camera_calimportLinearCameraCal
[docs]classEquirectangularCameraCal(CameraCal):""" Equirectangular camera model with parameters [fx, fy, cx, cy]. (fx, fy) representing focal length; (cx, cy) representing principal point. """NUM_DISTORTION_COEFFS=0