Blackjack Decision Maker
Public Attributes | List of all members
AcePlaysUtils Struct Reference

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>

Collaboration diagram for AcePlaysUtils:

Public Attributes

cv::Mat nextFrame
 
Card_params cardParams
 
decisions blackjackDecision
 
int dealercard
 
std::vector< int > playercards
 

Detailed Description

Utility structure used by the AcePlays repo for passing necessary information down the processing pipeline, from one class to the next.

Member Data Documentation

◆ blackjackDecision

decisions AcePlaysUtils::blackjackDecision

◆ cardParams

Card_params AcePlaysUtils::cardParams

◆ dealercard

int AcePlaysUtils::dealercard

◆ nextFrame

cv::Mat AcePlaysUtils::nextFrame

◆ playercards

std::vector<int> AcePlaysUtils::playercards

The documentation for this struct was generated from the following file: