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