Skip to content

2024-dissertation/openmvgo

Repository files navigation

📷 OpenMVGO - Go wrapper for OpenMVG and OpenMVS

Go Go Reference

Usage

Run demo:

NAME:
   OpenMVGO - A CLI tool for OpenMVG and OpenMVS operations

USAGE:
   go run cmd/cli/main.go [input dir] [output dir] [arguments...]

GLOBAL OPTIONS:
   --maxThreads int  (default: 1)
   --help, -h        show help
go run cmd/cli/main.go  ${PWD}/testdata/input/ ${PWD}/testdata/output --maxThreads=0

Note: max threads 0 will use all available threads

Docker

A standalone Dockerfile is provided Dockerfile.prod here. For development, use the docker-compose-dev.yml here.

These will install OpenMVS and OpenMVG

Library coming soon!