https://github.com/limdor/quoniam
A framework for viewpoint selection of 3D models
https://github.com/limdor/quoniam
information-theory information-visualization viewpoint visualization
Last synced: 10 months ago
JSON representation
A framework for viewpoint selection of 3D models
- Host: GitHub
- URL: https://github.com/limdor/quoniam
- Owner: limdor
- Created: 2014-09-26T16:32:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T19:48:51.000Z (12 months ago)
- Last Synced: 2025-06-30T20:31:12.609Z (12 months ago)
- Topics: information-theory, information-visualization, viewpoint, visualization
- Language: C++
- Homepage: https://doi.org/10.3390/e20050370
- Size: 105 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Quoniam
=======
[](https://ci.appveyor.com/project/limdor/quoniam/branch/master)

**quaniam** is a framework for viewpoint selection of 3D models.
It is the implementation of the [paper published in the Entropy journal on 2018](http://www.mdpi.com/1099-4300/20/5/370).
If you find this framework useful, please considering citing the paper:
```
@article{Bonaventura18,
author = {Xavier Bonaventura and Miquel Feixas and Mateu Sbert and Lewis Chuang and Christian Wallraven},
title = {A Survey of Viewpoint Selection Methods for Polygonal Models},
journal = {Entropy},
volume = {20},
year = {2018},
number = {5},
article-number = {370},
url = {http://www.mdpi.com/1099-4300/20/5/370},
issn = {1099-4300},
doi = {10.3390/e20050370}
}
```
## Quoniam contains the following third party libraries:
* [Assimp](http://assimp.sourceforge.net/main_downloads.html)
* [glew](http://glew.sourceforge.net/)
* [glm](http://glm.g-truc.net/download.html)
* [Miniball](http://www.inf.ethz.ch/personal/gaertner/miniball.html)
* [OpenCV](http://opencv.org/)
* [Qt](http://qt.nokia.com/products)
* [Visual Leak Detector](https://vld.codeplex.com/)