Expand description
Sparse view camera module.
Re-exports§
pub use cameras::*;
Modules§
- A collection of cameras.
- A collection of images.
- A collection of views.
Structs§
- A camera for a sparse view.
- An encoded image.
- A tensor with a given backend, shape and data type.
- A view in 3D space.
Enums§
- Error variants.
Traits§
- This trait defines all types and functions needed for a backend to be used with burn.
Type Aliases§
- A map of
Image::image_id
toImage
. - Sendable Rgb image buffer
- A map of view ID to
View
.