/simple-augmented-reality

very simple AR with only python and opencv

Primary LanguagePython

Simple Augmented Reality

With only OpenCV and Python

input

An image with a chessboard, only one would be enough, but in this example we have 3!

Input image

annotation

Now we need some chessboard corners for camera calibration, the user interface for clicking the corners is quit neat!

Chessboard corner

object

Here we need an object in PLY format. The format the meshlab can view!

Output

The dinasour can now appear anywhere on the board.

Output 1

It can also walk on the walls! :)

Output 2