Skip to content

Research-based paper presented as the final empirical study of my bachelor degree.

Notifications You must be signed in to change notification settings

AurioPinto/Thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

毕业设计(论文)(通信工程)



Title:

Image enhancement and fast recognition of low-quality QR codes

Aims

The current research aim is to construct a fast system to enhance the quality of QR Code images to improve the decoding success rate, hence decreasing the time required to read the data contained in 2D bar codes. The system is an Convolutional Neural Network (CNN) with a structure of an auto-encoder, trained with a TensorFlow toolkit on self-generated images. The input is an image with a poor resolution and quality and the output is a clear, noise-less picture of the same QR Code. The output of the CNN can then be used to decode the QR Code’s data with any preferred decoding algorithm. The system has been deployed on the Raspberry Pi 3B+ and evaluated in different simulation obtaining an increase of about +100% success rate of correct decoding of low-quality QR Code images.

System 2.7 3.5 3.6
Linux CPU Build Status Build Status
Linux GPU Build Status Build Status
Windows CPU / GPU Build Status
Linux (ppc64le) CPU Build Status
Linux (ppc64le) GPU Build Status

Image Enhancement

  • Image De-Blur and Enhancement

Convolutional neural network Model

The enhancer developed is based on a Convolutional Neural Network or in short CNN, trained from zero and built on a structure usually referred as auto-encoder. CNNs are particular kinds of Neural Networks (NN) which simulate the convolution operation. The convolution I\*K between an input matrix I and another matrix, the kernel or filter, K is obtained by translate pixel-by-pixel the kernel


Releases

No releases published

Packages

No packages published