Skip to content

Set of projects developed for Udacity's Sensor Fusion specialization

Notifications You must be signed in to change notification settings

caiomiyashiro/sensor_fusion_specialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensor Fusion Specialization Projects

Projects introducing the concept of sensor fusion, from learning how to process three types of car sensor types:

  • Lidar: Process point clouds to segment, clusterize and estimate distances. Final project involved process a short video of point cloud and clusterize all objects in the scene.

  • Camera: Tutorials on point detection, description and matching using OpenCV to track individual objects through and video scene and estimate their distance using the image's size variation.

  • Radar: How radar perceives the world and distance, angle and speed estimations using Doppler Response and Constant false alarm rate - CFAR.

and to fuse all of their informations to produce final more reliable estimates with

  • Unscented Kalman Filter: What are kalman filters, how to process the two steps of predict and estimate, what are extended kalman filters and their linearization process and, finally, what are unscented kalman filters.

About

Set of projects developed for Udacity's Sensor Fusion specialization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages