Stack Of Poker Chips Side View

Posted on

Chris wrote: ↑Tue Feb 25, 2020 3:17 am I'm glad to see this update is scheduled for April, but want to make sure the option to convert stack display to big blinds isn't just going to show up for our chip stack display. Bet sizing should be displayed in big blinds, the pot size should be in big blinds, opponents bet size in big blinds, etc. If you don't get the $ sign on the chips, then this is a possible breakdown: 200 x 25 400 x 100 200 x 500 100 x 1000 100 x 5000 Use the chips to represent cents when you're in a cash game - 25 equals a quarter. 200 quarters should be plenty to have large stacks at a $20 buy in 25c/50c game for example, just add the 100 chips as required to make up for larger buy ins.

Stack Of Poker Chips Side View Table

Stack Of Poker Chips Side View

Hi!

I need the wisdom of my fellow opencv gurus for a fun but tricky problem. I am going to have a poker tournament with my friends at my home, and I wanted to record the money bet with a camera which will be placed on the side of the table.

The chips will be stacked in a single stack, and can have colors white, black, red, blue, green. I wanted to count the total value of chips bet by any player in the game. the players could be sitting close or away from the camera. For illustration, I have attached a pic to this post.

Stack Of Poker Chips Side View

any help would be appreciated.

Here is the link to images from the table https://app.box.com/s/ido370rb74tlwfwnfzhx

Stack Of Poker Chips Side View
editretagflag offensiveclosemergedelete

Comments

Pic doesnt work. You could try to segment the chips and then do a color detection of them

Poker

Thanks JayThaRevo, here is a link for the images: https://app.box.com/s/ido370rb74tlwfwnfzhx the main issue is that background subtraction doesnt reduce too much noise and without that, it is tough to isolate the chip stack and count the height. any ideas?

Poker

Stack Of Poker Chips Side View Side

This is not a trivial task at all. One possible way to eliminate some complexity is to define where your friends have to place their chips so they are easier to segment, and then some HSV color detection. If you need to detect chip stacks on top of the table you are in for a treat :p

Stack Of Poker Chips Side Views

Good luck!