Hemaolle / QRCodeReader

The Aim of the project is to detect and extract QR code from the images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Detector

QR code Detector was developed for fun and to learn opencv and image processing and computer vision. Everyone is welcome to have a look into the code and use it for their purpose.The code is distributed under MIT License.

Requirements

  • Python 2.7 +
  • OpenCV

I recommend to install Python Anaconda so that all useful libraries are available at one go.

Working

  • All input images are placed under the Input folder
  • while the generated output images are placed in the Output folder
  • The input and output folder are fully configured using config.yml file

How To Use

Just run the call.py to get the output of the images placed in the Input Folder. If you want to change the Input folder, just write it in the config.yml file in the input section. You can change the location of the ouput folder by configuring it the ouput part.

Contributing

We welcome your contributions. Please feel free to fork the code, play with it, make some patches and send us pull requests . MAIL me for any discussion on the project or contribution

Support

Please open an issue on GitHub if you'd like to report a bug or request a feature.

ScreenShot

  • Input1 Input1
  • Output1 Ouput1
  • Input2 Input1
  • Output2 Ouput1

License

The code is released under MIT license and free to use.

About

The Aim of the project is to detect and extract QR code from the images

License:MIT License


Languages

Language:Python 100.0%