Skip to content

Instantly share code, notes, and snippets.

@ethanrublee
Created September 23, 2011 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethanrublee/1236621 to your computer and use it in GitHub Desktop.
Save ethanrublee/1236621 to your computer and use it in GitHub Desktop.
readme build system

image_pipeline

Core C++ functionality for image_pipeline.

  • Camera Models
  • Calibration routines including writing and reading from disk
  • Camera interface conventions
  • Project routines
  • Rectification routines
Also has plugs for:
  • ROS
  • ecto

get it

% git clone git://github.com/wg-perception/image_pipeline.git

requires

  • Boost
  • cmake
  • Eigen
  • OpenCV
  • optional gtest

build it

% cd image_pipeline % mkdir build % cd build % cmake .. % make

test it

% cd image_pipeline/build % make % ctest -V

install it

% cd image_pipeline/build % make install

use it

See samples/user_project for a project that uses image_pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment