Git Product home page Git Product logo

opencv-ar-examples's Introduction

OpenCV-AR-examples

Welcome to my repo for learning AR using OpenCV and other open source tools. This is not a tutorial for learning computer vision or Augmented Reality software(you can easily Google out a lot of them), rather this repository is meant to be a collection of apps and other programs which you might find useful while learning AR.

ArUco+OGRE

Getting Ready

Apart from having a PC/Laptop(with a webcam) or Android Mobile(with camera), you must be familiar with C++ and a few of its libraries:

  • OpenCV - An open source computer vision library. Available in C++ and python
  • OpenGL - An open source industry acclaimmed design libary. Available in C,C++ and Java
  • ArUco - A contributing module for OpenCV, provides easy square marker detection and pose estimation. I've used it in most of the programs.

Development in Android

Android offers the ease of obtaining image from mobile Camera and recent devices also provide GPU and high resolution graphics integration. Couple that with Native Code(Android NDK), you have the same PC app ready in Android.

  • Since Android supports OpenGL library, the object rendering part in the source code should be omitted
  • As of now, processing speed is not an issue and the RAM + Memory that current devices support is considerate enough.

Contributing

The collection is not comprehensive, since I'm also learning vision and other stuff myself. Any recommendations, glitches, or error as a pull request are welcomed.

  • Since most of the examples are in C++, I'll be thankful if you can contribute a few of these programs in python.

opencv-ar-examples's People

Watchers

 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.