api - Live tracking sytem -


i looking build own custom poker tools. starting small getting maths right. have built simple odds calculater reaaly need automated rather user input. if somone can me hear can maybe explore hud tracking or self analysis of own game. have read ocr, screen scraping , api dont no how use these , weather or not can grab numbers , use tham equations. greatfull if somone please.

the term "poker tools" pretty wide, depends lot on want do. depend on poker venue working on, difficulty getting information 1 can vary quite lot.
now, if want holdem manager, gives statistics calculated using lot of older hands, easiest way read poker venue log, can find actions. these files it's easy calculate typical statistics vpip or pfr of players have played agains , yourself.
if want real data statistics (about current hand playing) things complicated. said 1 option use ocr, need lot of effort implemented, need take automatic screenshots , find relevant data in them, number of players, dealer is, cards, cards in table, etc.
if want use ocr reading suggest read library called tesseract, can train recognise other symbols apart characters, card suits.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -