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.
- OGRE 1.9.0
- OpenCV 2.4.10
- Aruco (http://sourceforge.net/projects/aruco/)
** 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
The project has been setup using Eclipse, the guidelines above match exactly the steps required for compiling the project there.