Hiroki39 / AR-Navigation

A C++ OpenGL demonstration program. Overlays the sailing route of vessel on real-time video using location and speed data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AR-Navigation

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.


Languages

Language:C++ 95.8%Language:CMake 2.7%Language:GLSL 1.6%