models-cv

Crates.iomodels-cv
lib.rsmodels-cv
version0.1.0
sourcesrc
created_at2023-08-18 18:04:25.763778
updated_at2023-08-18 18:04:25.763778
descriptionGroundtruth Data Generation for SFM Pipelines using CG Models
homepage
repositoryhttps://github.com/geoeo/models-cv
max_upload_size
id948046
size233,736
Marc Haubenstock (geoeo)

documentation

README

models-cv

Crate for loading gltf/obj files and projecting the verticies using camera models. Used to crate ground truth features for SFM pipelines.

See save_points examples on how the camera/trajectories are defined.

Coordiante System

Currently the views/feautres are defined in the Computer Graphics coordinate system of +X Right, +Y Up, +Z Back

For a Computer Vision coordiante system roate poses around +X with a value of PI. For features invert the y component.

Assets

GLTF: https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0 (Suzanne)

OBJ: https://github.com/odedstein/meshes (Sphere)

Sphere

sphere sphere sphere

Suzanne

suzanne suzanne suzanne suzanne suzanne suzanne suzanne

Commit count: 62

cargo fmt