/ELTE-3DSSF

3D Sensing and Sensor Fusion

Primary LanguageC++

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.