Skip to content

rbsathish/QR-code-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

QR-code-detection-and-verificaction

alt text Scanning the QR code and Detect( Decode the QR) to find if the decoded data is present in Data are not using OpenCV python.

Process:

    1. Finding the QR code. 
    2. Decode the QR code.
    3. Checking the decoded data is present are not in Data.txt
    4. Drawing the Bounding box for the QR code and displaying the decoded data.
        4.1. If decoded data matched means Green color bbox appear .
        4.2. else Red color 

Outputs:

alt text

alt text

alt text