We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I want to start a project that relies upon dice face value recognition. The idea is using a kinect pointed at a glass surface and detecting various colored dice.
I need sugestions on how to do recognize the values/patterns of the dice.
My own suggestion is detecting a colored blob (which is roughly a square by nature). Inside the blob check how many pixels are a diferente color and transpose that ratio (blobColor/otherColor) to a numerical value which hopefully will give me the correct reading.
How do you guys think?
Answers
Fiducials might be helpful to you: https://forum.processing.org/two/search?Search=fiducials
Also consider checking the blob detection library. You can install it using the Processing's lib manager. Then check the provided examples. This should give you some alternatives.
Kf