Pywayne Camera Model This module wraps the C++ library via pybind11, providing a Python interface for camera operations. Quick Start Loading from YAML Supported Camera Models | Model Type | Description | |------------|-------------| | | Standard pinhole camera with radial distortion | | | Full pinhole model with all distortion parameters | | | Catadioptric camera model | | | Equidistant camera model | | | Unified camera model | Projection Operations lift projective() Lifts a 2D image point to a 3D projective ray: space to plane() Projects a 3D point onto the 2D image plane: Properties | Prope…