An open API service indexing awesome lists of open source software.

https://github.com/anfractuosity/magstripe

Optical magnetic stripe decoding using magnetic developer and image processing to extract a credit card number
https://github.com/anfractuosity/magstripe

credit-card magnetic-developer magnetic-stripe optical-recognition

Last synced: 5 months ago
JSON representation

Optical magnetic stripe decoding using magnetic developer and image processing to extract a credit card number

Awesome Lists containing this project

README

          

# 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:

```
./process.py magstripe.jpg
```

## Requirements

* Pillow
* numpy
* matplotlib

```
pip install Pillow
pip install numpy
pip install matplotlib
```

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