You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An OpenGL AR navigation demonstration program that overlays sailing route of vessel on real-time video using GPS data. Utilized smooth positioning algorithm to update overlay without sudden position jumps.
Usage:
cmake .
make
./ARNavigation
About
A C++ OpenGL demonstration program. Overlays the sailing route of vessel on real-time video using location and speed data.