Skip to content

Snooker player Profile builder using OpenCV and machine learning.

Notifications You must be signed in to change notification settings

pnisarg/snooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

• GCC 4.4.x or later. This can be installed with: sudo apt-get install build-essential

• CMake 2.6 or higher. Installing instructions: http://www.cmake.org/cmake/help/install.html

• GTK+2.x or higher, including headers (libgtk2.0-dev);

• ffmpeg or libav development packages: libavcodec-dev, libavformat-dev, libswscale-dev;

• [optional] libdc1394 2.x;

• [optional] libjpeg-dev, libpng-dev, libtiff-dev, libjasper-dev.

Usage

  • $ mkdir build
  • $ cd build
  • $ cmake ..
  • $ make
  • $ ./snooker video.mp4

It will create snooker executable

About

Snooker player Profile builder using OpenCV and machine learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages