colmap 0.1.0

A Rust library for COLMAP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "colmap"
version = "0.1.0"
edition = "2024"
description = "A Rust library for COLMAP"
license = "MIT"
authors = ["Amos Ryan <self@zhichao.ren>"]
documentation = "https://docs.rs/colmap"
homepage = "https://atomgit.com/amosryan/colmap"
repository = "https://atomgit.com/amosryan/colmap"

[dependencies]