Function libredr::camera::from_ray_corner
source ยท fn from_ray_corner(ray_corner: Array3<f32>) -> Result<Array3<f32>>
Expand description
Convert ray_corner
(6, height + 1, width + 1) to ray
(18, height, width)
Camera model use x-right, y-down, z-forward axis scheme