Skip to content

Implementation of augmented reality using C++, OpenCV and OpenGL

Notifications You must be signed in to change notification settings

arseniivanov/AugmentedRealityChessCPP

Repository files navigation

This is an implementation of Augmented Reality using C++ using OpenCV and OpenGL I made a while ago.

The solution utilizes a "server" and a "client". The server has to initialize the connection, after which the client has to connect to the server.

The connect.cc-file defines the threads used, and is using hardcoded values for the optics of my laptop. In order to utilize the code on your machine, you will need an external camera, an internal camera and the K-matrix as well as the distortion coefficients for these.

Result can be seen below:

plot

Video of project: Demo Video

About

Implementation of augmented reality using C++, OpenCV and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published