Skip to content

andyneff/voxel-globe

 
 

Repository files navigation

###Overview Calibrates aerial camera models and constructs 3D models from video sequences as well applications for 3D models such as change detection.

Cloning

Due to using a privet git-lfs server, cloning the repo is less than trivial

  1. Install git lfs (https://git-lfs.github.com/) which requires git 1.8.2 or newer
  2. git lfs init
  3. mkdir voxel_globe
  4. cd voxel_globe
  5. git init .
  6. git remote add upstream https://github.com/ngageoint/voxel-globe.git
  7. git fetch
  8. git config lfs.url {private_lfs_repo}
  9. Install custom cert if needed for lfs server (typically with update-ca-trust)
  10. Enable git password caching (easiest is git config --global credential.helper cache)
  11. git lfs pull until no errors
  12. git checkout master
  13. git submodule init
  14. git submodule update
  15. ./install.bat

###Pull Requests

If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.

Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.

About

calibrates aerial camera models and constructs 3D models from video sequences

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 50.4%
  • JavaScript 21.9%
  • HTML 15.1%
  • Batchfile 6.0%
  • ApacheConf 3.5%
  • Shell 2.8%
  • CSS 0.3%