agudpp / submarine_fishbowl_sury

Game controlling a submarine in a real fishbowl and analyzing the images to create a game (augmented reality).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement ImageReader module

agudpp opened this issue · comments

This module is the one that will be used to capture images (basically capture frames).
The interface (only 3 methods) is defined, need to implement them.
Check this link https://code.google.com/p/hvdrt/ there you have a class named ImageGenerator that basically do the job :).
Also check the OpenCV documentation (http://docs.opencv.org/modules/highgui/doc/reading_and_writing_images_and_video.html?highlight=videocapture#VideoCapture)