Blackjack Decision Maker
|
Structure to store information about single card in the camera image. More...
#include <Card.h>
Public Attributes | |
cv::Size | card_size |
cv::Point_< int > | centre_pts |
std::vector< cv::Point > | corner_pts |
cv::RotatedRect | rotatedbox |
Structure to store information about single card in the camera image.
cv::Size qCard::card_size |
cv::Point_<int> qCard::centre_pts |
std::vector<cv::Point> qCard::corner_pts |
cv::RotatedRect qCard::rotatedbox |