Close

Workshop Details: Computer Vision

A event log for Hackaday Munich

Workshop and Party to award the 2014 Hackaday Prize

mike-szczysMike Szczys 11/07/2014 at 16:560 Comments

The Computer Vision workshop encourages you work out how to get a computer to recognize objects in an image. One of the fastest feedback loops for this is to use a webcam and you can see the setup above shows off the core of this workshop.

Bring your tablet or smartphone

We will have webcams on hand. Your laptop webcam may also be used. But this will work best if you have a second screen for the camera to look at. Bring your tablet or a smartphone along.

Premise

The beginnings of Computer Vision are all about recognizing patterns. As a working example we suggest building a bot that will play the game 2048 for you. This is pictured above and has several things going for it:

Your goals for the afternoon include:
  1. Install OpenCV: http://opencv.org/
  2. Load up 2048 on your table or smartphone: http://gabrielecirulli.github.io/2048/
  3. Use OpenCV to grab an image from the web cam and recognize where each tile is located
  4. Parse the values of each tile
  5. Write logic that will tell you the best move to make next

Simple

If you're already an OpenCV master and find this too simple, impress us by bringing along your own hardcore examples to work on. Here are some suggestions to get you thinking:

Discussions