Would it be possible to read a poker board with OpenCV?

asked 2015-03-04 01:21:42 -0600

sudp gravatar image

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?

edit retag flag offensive close merge delete

Comments

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 :)

FooBar gravatar imageFooBar ( 2015-03-04 02:22:24 -0600 )edit