jstraub / rgbdGrabber

Classes grab frames from different RGBD sensors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project provides classes to grab RGBD frames from various sensors.

Dependencies

This code depends on the following other libraries and was tested under Ubuntu 14.04.

Install

This package uses the pods build system. Used widely at CSAIL MIT the build system makes it easy to break up software projects into small packages that can be checked out and compiled automatically (see below).

  • Linux:

    Clone this repository and compile the code:

    git clone git@github.com:jstraub/rgbdGrabber; cd rgbdGrabber;
    make checkout; make configure; make -j6; make install;
    

    Note that this will checkout several other necessary repositories. To update all repositories run

    make update; make configure; make -j6; make install;
    

About

Classes grab frames from different RGBD sensors.

License:Other


Languages

Language:C++ 53.3%Language:CMake 41.8%Language:Makefile 5.0%