CameraFrameSplitAxis¶
giant.camera_models.split_camera
:
- class giant.camera_models.split_camera.CameraFrameSplitAxis(*values)[source]¶
Bases:
IntEnum
An enumeration specifying the axis to use for splitting in the camera frame.
This enum is used to define which axis in the camera frame should be used to determine which of the two camera models to use for a given point.
- X = 0¶
Split along the X-axis of the camera frame
- Y = 1¶
Split along the Y-axis of the camera frame
- Z = 2¶
Split along the Z-axis of the camera frame