gausplat_loader::source::colmap::image::images

Type Alias Images

source
pub type Images = IndexMap<u32, Image>;
Expand description

A map of Image::image_id to Image.

Aliased Type§

struct Images { /* private fields */ }

Trait Implementations§

source§

impl Decoder for Images

source§

type Err = Error

Error during decoding.
source§

fn decode(reader: &mut impl Read) -> Result<Self, Self::Err>

Decoding from the reader.
source§

impl Encoder for Images

source§

type Err = Error

Error type.
source§

fn encode(&self, writer: &mut impl Write) -> Result<(), Self::Err>

Encode bytes to the writer.