Coder Social home page Coder Social logo

icube's Introduction

Developed by
Alexey Buzdin
Maxims Ahadovs
Anders Bruun
Andrea Cuttone
Rodrigo Martinez Vazquez
Ethiel Figueira Diaz
Igor Golyanov
Ilja Zegars
Vojtech Rinik
Michal Puheim
Silke Ostermann
Seyed Ehsan Farshpour Rezaie

Watch the video

Video Screenshot

Briefly about the project:

With iCubes platform you can add different properties and features to real objects and interact with them in virtual space. You can "write" characters, numbers, words or even chemical elements on a simple colored cube, and with help of a simple web-camera, platform tracks its location. Based on a set of rules and input information the cube is being transformed into an object in virtual space.

The platform id design in a way that any user can add their own plug-in without modifying the source code of the platform


At program launch, ICUBES instance is created. in ICUBES class constructor there is all module initialization. Recognition module routines are started by invoking BEGIN_READ () which launches separate thread on which to read from video stream. This is made so to separate GUI and processing routines. Signals (Events) are used to notify other classes about quadrilaterals recognized/processed. It is strongly recommended to make conversation with colleagues before extending basic interface.

Simple process scheme:

App. launch:

  1. Main window created
  2. Logic/Recognition modules initialized

Frames processing routines:

  1. Reading video stream on separate thread
  2. After quadrilaterls recognized, according signal must be invoked (passing to it recognized quadrilaterals), to notify other classes.

Object processing routines:

  1. After being notified about recognized quadrilaterals, start to process them according described logic.
  2. Compute realtive size, coordinates, link object with required image to show.
  3. Notify GUI module about processed quadrilaterals, which are now replaced with virtual objects, representing physical objects.

Object display routines:

  1. After being notified, start to display virtua objects one by one

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.