JanezCim / ELTE-3DSSF

3D Sensing and Sensor Fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homework workspace for 3D sensing and sensor fusion course

Contains 3 packages:

  • Homework1: Stereo vision: Match and display
  • Homework 2: Upsampling
  • Homework 3: Advanced point cloud registration

Building

Build for release and with cpp standard 14

catkin_make -DCMAKE_CXX_STANDARD=14 -DCMAKE_BUILD_TYPE=RELEASE

Running

Each package individually has a README with instructions how to build and run

Disclamer:

Its not the most optimaly written code, but it explains well how to do the tasks, and it works.

About

3D Sensing and Sensor Fusion


Languages

Language:C++ 84.2%Language:CMake 15.8%