Expand description
PyMVG format support for camera systems.
This module provides data structures and serialization support for the PyMVG (Python Multi-View Geometry) JSON format. PyMVG is a Python library for multiple view geometry that uses a specific JSON schema for storing camera calibration data.
The module includes:
PymvgCamera: Individual camera representation in PyMVG formatPymvgMultiCameraSystemV1: Multi-camera system in PyMVG format
Structsยง
- Pymvg
Camera - Individual camera representation in PyMVG JSON format.
- Pymvg
Multi Camera System V1 - Multi-camera system in PyMVG JSON format.