项目作者: anfractuosity

项目描述 :
Optical magnetic stripe decoding using magnetic developer and image processing
高级语言: Python
项目地址: git://github.com/anfractuosity/magstripe.git
创建时间: 2015-08-02T17:03:54Z
项目社区:https://github.com/anfractuosity/magstripe

开源协议:

下载


magstripe

This project conducts optical magnetic stripe decoding based on a visual image of a credit card, with magnetic
developer applied. We concentrate on ‘track 2’.

Run with:

  1. ./process.py magstripe.jpg

Requirements

  • Pillow
  • numpy
  • matplotlib
  1. pip install Pillow
  2. pip install numpy
  3. pip install matplotlib

Please see https://www.anfractuosity.com/projects/optical-magnetic-stripe-reading/ for more information.