There are no reviews yet. Be the first to send feedback to the community and the maintainers!
### This is a clone of Python Photogrammetry Toolbox (formerly osm-bundler). ### The original site hosting code went missing, so I've published it for the world's enjoyment ### - Steve --------------------------------------- WHAT IS PYTHON PHOTOGRAMMETRY TOOLBOX? --------------------------------------- This project intend to create a python photogrammetry toolbox. It provides an easy interface to run Bundler + Dense point cloud computation via PMVS2 and CMVS (as WIP). The main drawbacks of Bundler is that people have to install cygwin to use it and windows. The advantage of Python is that the scripting langage is multiplatform, so the same code will be ok to run Bundler and the other tools on windows, linux and mac ! No more cygwin... installation. This project make the Sift detector from VLFeat library works with Bundler. So the toolchain is OpenSource from A to Z. Other modules could be plug into because of the modularity approach that have been choosen. In a near future we could think in integrate a SIFTGpu matcher into the toolchain. --------------------------------------- HOW TO USE IT --------------------------------------- Perform point cloud and camera calibration : $ RunBundler.py --photos="./examples/MyPhotos" You could test various option... $ RunBundler.py In a second step you could compute the dense 3D point cloud in one step if the dataset have a reasonable size. $ RunPMVS.py --bundlerOutputPath="C:/temp/PreviousLineTempDirectoryPath" If you have a lot of images, it better to use CMVS cluster computation. It performs dense 3D point could computation by using Cluster 3D representation of the scene : $ RunCMVS.py --bundlerOutputPath="C:/temp/PreviousLineTempDirectoryPath" --ClusterToCompute ="Number of Desired Cluster". Example : $ RunCMVS.py --bundlerOutputPath="C:/temp/osm-Result" --ClusterToCompute ="10". --------------------------------------- WHAT'S INCLUDED & LICENSE --------------------------------------- Bundler > GNU General Public License CMVS/PMVS2 > GNU General Public License VLFeat > GNU General Public License Python Photogrammetry Toolbox > GNU General Public License Python Photogrammetry Toolbox GUI > GNU General Public License --------------------------------------- LINKS --------------------------------------- http://opensourcephotogrammetry.blogspot.com/2010/09/python-photogrammetry-toolbox.html http://code.google.com/p/osm-bundler/w/list
awesome-decentralized
A curated list of decentralized, P2P (peer-to-peer), and distributed platforms and applications ("dapps").SentryTurret
A robot to visually track and target an object. (RaspberryPi2 + RaspiCam + OpenCV + Dlib + servos/driver)awesome-linux-multimedia
A curated list of the best and most useful (free and/or opensource) GUI-based multimedia software, which run on Linux. This list includes anything useful for editing or playing visual or audio media formats. This is a list for artists and producers of creative digital media.BitcoinPiggyBank
Kid friendly bitcoin piggy bank, made with Python(Flask + PyQt QWebView + pybitcointools)web-bookmarks
Web bookmarks manager with client-side encryptionFlaskOAuth
Using Flask and RAuth to support authenticating via Twitter, Google, Facebook, Github, LinkedIn, and Reddit with Oauth and Oauth2DictateIFTTT
Pebble watch app to dictate speech, and send to IFTTT event.archimate-explorer
A web application to search and explore ArchiMate modelsIPython-and-Pandas
An introductory tutorial in IPython to learn Pandas for data manipulation and visualization.Love Open Source and this site? Check out how you can help us