dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
385 stars 127 forks source link

Track Fused Tracker Using BasicConvexCombination #837

Open gawebb-dstl opened 10 months ago

gawebb-dstl commented 10 months ago

This pull request adds a flexible track fusion framework that uses TrackToTrackAssociator to associate tracks during the simulation. Those tracks are then combined with Basic Convex Combination.

This pull request builds on the PR #624