robotic-vision-lab / Vision-Based-Guidance-For-Tracking-Dynamic-Objects

Vision-based guidance for tracking dynamic objects via unmanned aircraft systems.
MIT License
2 stars 0 forks source link

Plotters and writers need update #13

Open pritamKarmokar opened 3 years ago

pritamKarmokar commented 3 years ago

Problem

Currently, plotters read only single target information. Tracker writer only writes single target information. With multiple targets we need information of all targets. New entities like ellipse and its parameters also need to be data logged.

Todo

Add new plotters Add new writers Incorporate new entities