Open Source
Open source code built within the project. They are included in the project because they either were modified from the version available, or didn’t come as separate libraries that one could easily include.
Sources
This library is a copy of the “Exact Polyhedral Visual Hull” code with small changes to work better with this codebase. License file located in the source tree. |
|
This library comes from sample code that was provided as part of the book Kenichi Kanatani, Yasuyuki Sugaya, and Yasushi Kanazawa. 2016. Guide to 3D Vision Computation: Geometric Analysis and Implementation (1st ed.). Springer Publishing Company, Incorporated. |
|
An implementation of the munkres or hungarian algorithm. This is used for helping to try to solve the assignment problem. This code is from https://github.com/georgepar/munkres and is licensed under GNU General Public License v3.0. |
|
Collection of functions stumbled upon by using websites like stackoverflow. Licenses are in the source tree. |