libredr-client 0.0.22

LibreDR is an open-source ray-tracing differentiable renderer
Documentation
1
2
3
4
5
6
7
8
9
10
11
'''
All camera models (python)
'''
__all__ = ["perspective_ray", "cube_ray"]

import numpy as np

# Camera model use x-right, y-down, z-forward axis scheme

# Cubic unwrapped panorama camera model
from .cube import cube_ray