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

Structure to store information about single card in the camera image. More...

#include <Card.h>

Collaboration diagram for qCard:

Public Attributes

cv::Size card_size
 
cv::Point_< int > centre_pts
 
std::vector< cv::Point > corner_pts
 
cv::RotatedRect rotatedbox
 

Detailed Description

Structure to store information about single card in the camera image.

Member Data Documentation

◆ card_size

cv::Size qCard::card_size

◆ centre_pts

cv::Point_<int> qCard::centre_pts

◆ corner_pts

std::vector<cv::Point> qCard::corner_pts

◆ rotatedbox

cv::RotatedRect qCard::rotatedbox

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