gausplat_trainer::dataset::sparse_view::colmap

Trait Opener

source
pub trait Opener: Sized {
    // Required method
    fn open(path: impl AsRef<Path>) -> Result<Self, Error>;
}
Expand description

Opening function.

Required Methods§

source

fn open(path: impl AsRef<Path>) -> Result<Self, Error>

Open the stream from the path.

Object Safety§

This trait is not object safe.

Implementors§