get started with sensor fusion and tracking toolbox -凯发k8网页登录
sensor fusion and tracking toolbox™ includes algorithms and tools for designing, simulating, and testing systems that fuse data from multiple sensors to maintain situational awareness and localization. reference examples provide a starting point for multi-object tracking and sensor fusion development for surveillance and autonomous systems, including airborne, spaceborne, ground-based, shipborne, and underwater systems.
you can fuse data from real-world sensors, including active and passive radar, sonar, lidar, eo/ir, imu, and gps. you can also generate synthetic data from virtual sensors to test your algorithms under different scenarios. the toolbox includes multi-object trackers and estimation filters for evaluating architectures that combine grid-level, detection-level, and object- or track-level fusion. it also provides metrics, including ospa and gospa, for validating performance against ground truth scenes.
for simulation acceleration or rapid prototyping, the toolbox supports c and c code generation.
tutorials
learn about toolbox conventions for spatial representation and coordinate systems.- tracking simulation overview
you can build a complete tracking simulation using the functions and objects supplied in this toolbox.
simulate target detections by radar sensors.- model imu, gps, and ins/gps
model combinations of inertial sensors and gps. - introduction to estimation filters
general review of estimation filters provided in the toolbox. - introduction to multiple target tracking
introduction to assignment-based multiple target trackers. - introduction to tracking metrics
while designing a multi-object tracking system, it is essential to devise a method to evaluate its performance against the available ground truth.
this example shows how to use thetheaterplot
object to visualize various aspects of a tracking scenario.
toolbox conventions
tracking scenario and sensors
inertial sensor fusion
estimation filters
multi-object tracking
metrics and visualization
featured examples
videos
an overview of what sensor fusion is and how it helps in the
design of autonomous systems.
use magnetometer, accelerometer, and gyro to estimate an object’s
orientation.
use gps and an imu to estimate an object’s orientation and
position.
track a single object by estimating state with an interacting
multiple model filter.
introduce two common problems in multi object tracking: data
association and track maintenance.
introduce track-to-track fusion and tracking architecture.