项目作者: natalnet-lpr

项目描述 :
RGB-D Reconstruction Toolkit
高级语言: C++
项目地址: git://github.com/natalnet-lpr/rgbd_rtk.git
创建时间: 2016-11-25T14:42:32Z
项目社区:https://github.com/natalnet-lpr/rgbd_rtk

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Natalnet/LPR RGB-D Reconstruction Toolkit

Introduction

A set of utility code built by the Natalnet/LPR group for 3D reconstruction
applications using RGB-D (e.g. Microsoft Kinect) cameras.

Requirements

It is recommended to install both dependencies from source. The following two links will redirect you to their official tutorials to do so.

Install OpenCV on Linux

Compiling PCL from source on Linux

Building On Ubuntu 20.04

First, get the newest version of this repository by using the follwing command on your working directory.

  1. git clone https://github.com/natalnet-lpr/rgbd_rtk.git

Go to the project folder

  1. cd rgb_rtk

The fastest way to build the project and it requirements is using our setup script.

  1. bash setup.sh -a -v

This gonna take a while (some hours depending on your computer settings).

After this, you must be able to execute the program files at the build/bin folder

Others Distros

First, get the newest version of this repository by using the follwing command on your working directory.

  1. cd /my_working _directory
  1. git clone https://github.com/natalnet-lpr/rgbd_rtk.git

Create a directory called build, and change directory to it.

  1. mkdir build
  1. cd build/

Inside of the build directory, run the cmake command so that it will create the necessary makefiles.

  1. cmake ..

Then, compile the rgbt_rtk by using the make command. The -j4 is optional but it is recommended. With it your code will be compiled in 4 parallel tasks.

  1. make -j4
  1. sudo make install

License

This code is distributed under the terms of the BSD License.

Authors

Natalnet Laboratory for Perceptual Robotics, Federal University of Rio Grande do Norte, Brazil.

Contact: bruno.silva AT ect.ufrn.br