Skip to content

lilyrae/ShowARoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ShowARoom

Project for the AEC Hackathon 2.7 (Helsinki, Finland).

Augmented Reality for Interior Design.

A project integrating Aruco markers, OGRE 3D engine and Oculus Rift with OpenCV for Augment Reality.

Requirements

Quick Getting Compiled

** Include paths (-I):**

  • {path_to_opencv_installation}/include
  • {path_to_aruco_installation}/utils
  • {path_to_aruco_installation}/src
  • /usr/include/OGRE
  • {path_to_ovr_sdk_installation}/LibOVRKernel/Src

**Libraries (-l): **

  • opencv_core
  • aruco
  • OgreMain
  • OVR
  • pthread
  • dl
  • rt
  • OIS
  • boost_system
  • opencv_imgproc
  • opencv_highgui
  • opencv_ml
  • opencv_video
  • opencv_features2d
  • opencv_calib3d
  • opencv_nonfree
  • opencv_objdetect
  • opencv_contrib
  • opencv_legacy
  • opencv_flann

Library Search Path (-L):

{path_to_opencv_installation}/lib

Notes

The project has been setup using Eclipse, the guidelines above match exactly the steps required for compiling the project there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors