This project takes a webcam stream, detects a target, interpolates its aerial trajectory and graphs its flight path - all in real time.
It uses C++ and OpenCV for image processing, then sends data over a UDP websocket to a python program which uses sympy and Matplotlib to evaluate and graph the results.