Skip to content

Papich23691/AR-Marker-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MR

Marker based openGL mixed reality

Requirements

npm

Install npm using your package manager

OpenCV

Install OpenCV using your package manager

In Arch Linux

$ sudo pacman -S vtk
$ sudo pacman -S hdf5

OpenGL

In Linux install freeglut

Usage

In project directory

$ cd app/
$ npm install 
$ npm start

First press Calibration in order to calibrate the camera.
You'll need to use this image. Insert the square size in meters and
Simply capture it in differnet angels (press space key to capture).

All markers will be downloaded into Markers.

Secondly press Marker Detection.
Insert the marker size in meters.

Press End in order ro close the calibration or the marker detection.