Giter VIP home page Giter VIP logo

ar-television's Introduction

AR Television

This project implements an augmented reality (AR) application: virtual television. It enables users to watch TV shows or movies on AR devices.

Though the current goal of this project is limited to a specific application, we are adopting general designs for the fundamental implementation, so this project might be turned to a universal AR platform, if it works well.

Author: Kai Yu, Zhongxu Wang, Ruoyuan Zhao, Qiqi Xiao

How to build

This project requires C++17 standard.

Ubuntu

  1. Install Ceres-Solver according to the tutorial.
  2. Set environment "EIGEN3_INCLUDE_DIR" as "/usr/include/eigen3".
  3. Install Intel Math Kernel Libraries 2018.1 or later.
  4. Install OpenCV 3.3.0 or higher. Enable MKL support during building.
  5. clone https://github.com/kyu-sz/AR-Television.git
    mkdir build
    cd build
    cmake ..
    make -j 4

Windows

  1. Install Visual Studio 2017.
  2. Install Intel Math Kernel Libraries 2018.1 or later.
  3. Install Ceres-solver with its dependencies.
  4. Install OpenCV 3.3.0 or higher. Better recompile it with MKL support.
  5. Create environment variable "OPENCV3", pointing to the installation directory of OpenCV, which contains the "include" and "bin" folders. This path usually ends at the "opencv/build" directory.
  6. Add "%OPENCV3%/x64/vc14/bin" to the "PATH" environment variable.
  7. Open the solution file "winbuild/artv.sln" in this project with VS2017.
  8. Build the whole solution.

ar-television's People

Contributors

kyu-sz avatar wzxthu avatar xiaoqiqi177 avatar ruoyuanzhao avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.