Skip to content

Instantly share code, notes, and snippets.

View CarlosGrohmann's full-sized avatar

Carlos H. Grohmann CarlosGrohmann

  • Institute of Astronomy, Geophysics and Atmospheric Sciences - Universidade de São Paulo
  • São Paulo, Brazil
View GitHub Profile
@CarlosGrohmann
CarlosGrohmann / PythonSetup.md
Last active February 10, 2017 01:38 — forked from patriciogonzalezvivo/PythonSetup.md
How to install Python correctly on Mac OSX (adapted from original)

Install Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

Add PATH to ~/.bash_profile

export PATH=/usr/local/bin:$PATH
@CarlosGrohmann
CarlosGrohmann / SFM.md
Created February 9, 2017 20:06 — forked from patriciogonzalezvivo/SFM.md
SfM Tools

Probably the most straight forward way to start generating Point Clouds from a set of pictures.

VisualSFM is a GUI application for 3D reconstruction using structure from motion (SFM). The reconstruction system integrates several of my previous projects: SIFT on GPU(SiftGPU), Multicore Bundle Adjustment, and Towards Linear-time Incremental Structure from Motion. VisualSFM runs fast by exploiting multicore parallelism for feature detection, feature matching, and bundle adjustment.

For dense reconstruction, this program supports Yasutaka Furukawa's PMVS/CMVS tool chain, and can prepare data for Michal Jancosek's CMP-MVS. In addition, the output of VisualSFM is natively supported by Mathias Rothermel and Konrad Wenzel's [SURE]