Giter Site home page Giter Site logo

card_scan's Introduction

Card recognition and organization based on opencv

demo video

This is a set of utilities to recognize and extract card images from a video feed, and then recognize those images against a known database.

Dependencies and Setup

python 2.7, numpy, Flask, SQLAlchemy, Elixir

sudo apt-get install python-dev
sudo pip install -r requirements.txt

OpenCV 2.3.1-7

sudo apt-get install python-opencv

Configure

config.py

db_file="inventory.sqlite3"

cards_file="cards.xml" card listing obtained from GathererDownloader

basic_magic_set_dir="cards/" card images obtained from GathererDownloader

Running

1. Scan

python -m utils.run_scan

Key Function
middle mouse wheel delete scan
space rescan image
r rescan background
escape finish scanning

2. Match

Requires an image set to match against (GathererDownloader Instructions)

python -m utils.run_match

3. Verify

Verification allows you to manually edit any dependencies introduced in the matching process.

python website.py

http://localhost:5000/verify_scans

Scanning Notes

It also helps to have lighting coming from both sides, to reduce the effect of slightly curved cards throwing shadows that alter their rectangular shape in the camera's view.


card_scan's People

Contributors

chrismeyersfsu avatar yenthefirst avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.