Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.01 KB

File metadata and controls

37 lines (30 loc) · 2.01 KB

3D Object Tracking and Estimation of Time-To-Collision

Result

ttc-output(SIFT/FREAK)

Ther are four major tasks:

  1. First, we will develop a way to match 3D objects over time by using keypoint correspondences.
  2. Second, we will compute the TTC based on Lidar measurements.
  3. We will then proceed to do the same using the camera, which requires to first associate keypoint matches to regions of interest and then to compute the TTC based on those matches.
  4. And lastly, we will conduct various tests with the framework. The goal is to identify the most suitable detector/descriptor combination for TTC estimation and also to search for problems that can lead to faulty measurements by the camera or Lidar sensor.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level project directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./3D_object_tracking.