dhlab-epfl / omvg-match

openMVG matches file interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This small tool allows to read the openMVG matches files in order to extract the list of the image pairs that are considered as calibrated by openMVG matching process.

Copyright and License

omvg-match - Nils Hamel
Copyright (c) 2019 DHLAB, EPFL

This program is licensed under the terms of the GNU GPLv3.

Dependencies

The omvg-match comes with the following dependencies :

Compilation

To build to tools, adapt the path in the Makefile to point at openMVG sources and build libraries. Then type

make all

Usage

To use the compiled source, simply type :

./omvg-match /match/file/path

About

openMVG matches file interpreter


Languages

Language:C++ 89.2%Language:Makefile 10.8%