Tracking the preceding vehicle using Lidar and camera sensors to calculate the Time To Collision (TTC).
-
Updated
Apr 8, 2023 - C++
Tracking the preceding vehicle using Lidar and camera sensors to calculate the Time To Collision (TTC).
Testing various detector / descriptor combinations to see which ones perform best to be used in a collision detection system. Also 2 different approaches (FLANN vs. Brute-force with the descriptor distance ratio test) for keypoints matching are tested.
2D feature tracking with OpenCV.
Add a description, image, and links to the descriptor-distance-ratio topic page so that developers can more easily learn about it.
To associate your repository with the descriptor-distance-ratio topic, visit your repo's landing page and select "manage topics."