Skip to content

Playing Card Recognition - A fourth year computer vision project by Yousef Amar and Chris Lewis

Notifications You must be signed in to change notification settings

yousefamar/ee4h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EE4H: Playing Card Recognition


About

Image of playing cards

Project Style Guide

For consistency, the first time something is done in a particular style becomes the project standard.

  • Indentation - Tabs
  • Brackets - No spaces before or after. No space before commas.
  • Braces - New line, e.g.:
void getX()
{
    return x;
}

Project Git Conventions

  • The master branch must always be stable. Only merge with the master branch if all code works. Branch to work on features or bug fixes.
  • Prefix dev branches with group names. See here for examples.

Project Design Conventions

  • The output of a function is through modifying its arguments and not by returning.

About

Playing Card Recognition - A fourth year computer vision project by Yousef Amar and Chris Lewis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published