Skip to content

Final project for the Computer Vision course of Università Ca' Foscari Venezia, academic year 2017/2018. Blackjack card recognition (C++ and OpenCV).

License

Notifications You must be signed in to change notification settings

FedericoMarcuzzi/ComputerVision_BlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputerVision_BlackJack

Blackjack card recognition (C++ and OpenCV)

Final project for the Computer Vision course of Università Ca' Foscari Venezia, academic year 2017/2018

Install OpenCV:

$ git clone --depth 1 https://github.com/opencv/opencv.git
$ cd opencv
$ mkdir build
$ cd build

$ cmake ../ -DCMAKE_BUILD_TYPE="Release"
$ make -j 2

$ make install

How to build 'opencv_blackjack':

$ mkdir build
$ cd build
$ cmake ../ -DOpenCV_DIR="<insert the path of your opencv/build directory>"
$ make

How to run 'opencv_blackjack':

$ cd build
$ make run

or, alternatively:

$ make install
$ cd dist/bin

and run the generated executable

Execution example execution example

Federico Marcuzzi, 2020

About

Final project for the Computer Vision course of Università Ca' Foscari Venezia, academic year 2017/2018. Blackjack card recognition (C++ and OpenCV).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published