#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include <vector>
#include <iostream>
Go to the source code of this file.
|
| struct | Card_params |
| | Structure holding the parameters of all detected card shapes in a frame, such as their position in the frame, the isolated Rank RoIs and others. More...
|
| |
| struct | AcePlaysUtils |
| | Utility structure used by the AcePlays repo for passing necessary information down the processing pipeline, from one class to the next. More...
|
| |
| struct | qCard |
| | Structure to store information about single card in the camera image. More...
|
| |
◆ CARD_MAX_AREA
| #define CARD_MAX_AREA 120000 |
◆ CARD_MIN_AREA
| #define CARD_MIN_AREA 10000 |
◆ FLATTENED_HEIGHT
| #define FLATTENED_HEIGHT 300 |
◆ FLATTENED_WIDTH
| #define FLATTENED_WIDTH 230 |
◆ RANK_HEIGHT
◆ RANK_WIDTH
◆ decisions
A Blackjack enum decisions to determine the next Optimal Play.
| Enumerator |
|---|
| HIT | |
| STAND | |
| SPLIT | |
| DOUBLE | |
| UNKNOWN | |
| LOSE | |
| STOP | |