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

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...

#include <Card.h>

Collaboration diagram for Card_params:

Public Attributes

int err = 0
 
int num_of_cards = 0
 
cv::Mat currentFrame
 
std::vector< int > contour_is_card_idx
 
std::vector< std::vector< cv::Point > > contours
 
std::vector< std::vector< cv::Point > > card_approxs
 
std::vector< cv::Point_< int > > centre_pts
 
std::vector< cv::Size > card_size
 
std::vector< cv::RotatedRect > rotatedbox
 
std::vector< std::vector< cv::Point2f > > rotatedbox_pts
 
std::vector< cv::Mat > rank_rois
 
std::vector< cv::String > card_names
 

Detailed Description

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.

Member Data Documentation

◆ card_approxs

std::vector<std::vector<cv::Point> > Card_params::card_approxs

◆ card_names

std::vector<cv::String> Card_params::card_names

◆ card_size

std::vector<cv::Size> Card_params::card_size

◆ centre_pts

std::vector<cv::Point_<int> > Card_params::centre_pts

◆ contour_is_card_idx

std::vector<int> Card_params::contour_is_card_idx

◆ contours

std::vector<std::vector<cv::Point> > Card_params::contours

◆ currentFrame

cv::Mat Card_params::currentFrame

◆ err

int Card_params::err = 0

◆ num_of_cards

int Card_params::num_of_cards = 0

◆ rank_rois

std::vector<cv::Mat> Card_params::rank_rois

◆ rotatedbox

std::vector<cv::RotatedRect> Card_params::rotatedbox

◆ rotatedbox_pts

std::vector<std::vector<cv::Point2f> > Card_params::rotatedbox_pts

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