Marker Recognition on Android (recognising Rubik's Cubes)
Posted
by greenie
on Stack Overflow
See other posts from Stack Overflow
or by greenie
Published on 2010-03-05T22:32:39Z
Indexed on
2010/03/27
19:53 UTC
Read the original article
Hit count: 492
Hi everybody.
I'm developing an augmented reality application for Android that uses the phone's camera to recognise the arrangement of the coloured squares on each face of a Rubik's Cube.
One thing that I am unsure about is how exactly I would go about detecting and recognising the coloured squares on each face of the cube. If you look at a Rubik's Cube then you can see that each square is one of six possible colours with a thin black border. This lead me to think that it should be relativly simply to detect a square, possibly using an existing marker detection API.
My question is really, has anybody here had any experience with image recognition and Android? Ideally I'd like to be able to implement and existing API, but it would be an interesting project to do from scratch if somebody could point me in the right direction to get started.
Many thanks in advance.
© Stack Overflow or respective owner