lybros / appa

GUI for TheiaSfM multiview geometry and structure from motion library.
6 stars 3 forks source link

Points and cameras rendering; UI improvements #20

Closed UladBohdan closed 7 years ago

UladBohdan commented 7 years ago

You'll need a QGLViewer (new dependency) to run the project.

You may use this model: https://www.dropbox.com/s/1sj71jvuajrxh0m/model-0.binary?dl=0 to try visualization. Create a new project (does not matter if it has any images), put this file into out/ folder and click "Visualize from a binary (default)" button.

UladBohdan commented 7 years ago

how to install the QGLViewer library: http://libqglviewer.com/compilation.html one may download it from the website or use the latest version from the repository: https://github.com/GillesDebunne/libQGLViewer

UladBohdan commented 7 years ago

the PR is outdated. take a look on #22