Would it be possible to read a poker board with OpenCV?
I've seen the card recognition for individual cards but I'd like to see if you could actually try something out like that for an entire board or would that require too much processing power?
That is still possible. Texture recognition with Surf/Sift/Orb is rather fast (especially on a GPU) and most card games have to real time constraint :)