|
Blackjack Decision Maker
|
Utility structure used by the AcePlays repo for passing necessary information down the processing pipeline, from one class to the next. More...
#include <Card.h>
Public Attributes | |
| cv::Mat | nextFrame |
| Card_params | cardParams |
| decisions | blackjackDecision |
| int | dealercard |
| std::vector< int > | playercards |
Utility structure used by the AcePlays repo for passing necessary information down the processing pipeline, from one class to the next.
| decisions AcePlaysUtils::blackjackDecision |
| Card_params AcePlaysUtils::cardParams |
| int AcePlaysUtils::dealercard |
| cv::Mat AcePlaysUtils::nextFrame |
| std::vector<int> AcePlaysUtils::playercards |