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
#bash_profile for my macs
#prompt
export PS1="\u:\W$ "
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
# PATH
export PATH=/usr/local/sbin:/usr/local/bin:/Users/guano/Library/Python/2.7/bin:/usr/local/opt/gdal2/bin:/usr/local/opt/liblas-gdal2/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]

@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
# cd "$(brew --repository)" && git fetch && git reset --hard origin/master
# install homebrew:
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# unistall homebrew:
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
# GRASS:
@CarlosGrohmann
CarlosGrohmann / latexdiffcite.json
Created February 12, 2018 23:44
latexdiffcite.json configuration file
{
"encoding": "utf-8",
"latexdiff_args": "",
"git_force_unix_pathsep": true,
"ref_single_word": true,
"bib": {
"max_authors": 2,
"sep_authors_first": ", ",
"author_serialcomma": true,
"sep_authors_last": " and ",