CFP last date
15 May 2024
Call for Paper
June Edition
IJAIS solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 15 May 2024

Submit your paper
Know more
Reseach Article

An Approach to Facilitate Business System by Multiple Barcode Detection using Faster RCNN

by Mushfika Sharmin Rahman, Atiqul Islam Chowdhury, K. M. Tawsik Zawad, Tasnim Mashrur Mahee, Rifat Ahmed, Nazmus Sakib
International Journal of Applied Information Systems
Foundation of Computer Science (FCS), NY, USA
Volume 12 - Number 26
Year of Publication: 2019
Authors: Mushfika Sharmin Rahman, Atiqul Islam Chowdhury, K. M. Tawsik Zawad, Tasnim Mashrur Mahee, Rifat Ahmed, Nazmus Sakib
10.5120/ijais2019451835

Mushfika Sharmin Rahman, Atiqul Islam Chowdhury, K. M. Tawsik Zawad, Tasnim Mashrur Mahee, Rifat Ahmed, Nazmus Sakib . An Approach to Facilitate Business System by Multiple Barcode Detection using Faster RCNN. International Journal of Applied Information Systems. 12, 26 ( December 2019), 10-15. DOI=10.5120/ijais2019451835

@article{ 10.5120/ijais2019451835,
author = { Mushfika Sharmin Rahman, Atiqul Islam Chowdhury, K. M. Tawsik Zawad, Tasnim Mashrur Mahee, Rifat Ahmed, Nazmus Sakib },
title = { An Approach to Facilitate Business System by Multiple Barcode Detection using Faster RCNN },
journal = { International Journal of Applied Information Systems },
issue_date = { December 2019 },
volume = { 12 },
number = { 26 },
month = { December },
year = { 2019 },
issn = { 2249-0868 },
pages = { 10-15 },
numpages = {9},
url = { https://www.ijais.org/archives/volume12/number26/1073-2019451835/ },
doi = { 10.5120/ijais2019451835 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2023-07-05T19:10:11.871074+05:30
%A Mushfika Sharmin Rahman
%A Atiqul Islam Chowdhury
%A K. M. Tawsik Zawad
%A Tasnim Mashrur Mahee
%A Rifat Ahmed
%A Nazmus Sakib
%T An Approach to Facilitate Business System by Multiple Barcode Detection using Faster RCNN
%J International Journal of Applied Information Systems
%@ 2249-0868
%V 12
%N 26
%P 10-15
%D 2019
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Barcoding system is a cheap and reliable way of tagging the products. The barcode detection process is needed for an inventory system to detect the barcodes of the products and for the billing system of the products. Nowadays, laser scanners are used to detect single barcode in super shops, but they are costly. If multiple barcodes could be detected from an image, it may help everyone to save some more time than scanning them separately. In this paper, a model that has been proposed to develop which will work better for detecting and decoding multiple barcodes simultaneously. In this work, the Faster RCNN model is used for the detection of multiple barcodes. The detection process is also done using the Pyzbar library separately. But Faster RCNN gives us better output to detect barcodes from an image than this library does. With the help of TensorFlow API, we worked on our dataset for the detection process of barcodes using transfer learning method. The decoding process is done on the Arte-Lab dataset with the help of the Zbar library. Though the detection rate using Faster RCNN is a little bit slower, but it gives better accuracy. The detection and decoding accuracy throughout a model can facilitate a business system for faster transaction.

References
  1. X. Li, Z. Shi, D. Guo, and S. He, “Reconstruct argorithm of 2d barcode for reading the qr code on cylindrical surface,” in Anti-Counterfeiting, Security and Identification (ASID), 2013 IEEE International Conference on, pp. 1–5, IEEE, 2013.
  2. “Barcode: The ultimate guide to barcodes.” http://www.waspbarcode.com/buzz/barcode. Accessed: 2019-05-30.
  3. “Difference between 1d and 2d barcode scanning.” https://bit.ly/2x7JKnx. Accessed: 2019-06-02.
  4. R. Adelmann, M. Langheinrich, and C. Floerkemeier, “Toolkit for bar code recognition and resolving on camera phones - jump starting the internet of things.,” pp. 366–373, 01 2006.
  5. S. Wachenfeld, S. Terlunen, and X. Jiang, “Robust recognition of 1-d barcodes using camera phones,” in 2008 19th International Conference on Pattern Recognition, pp. 1–4, Dec 2008.
  6. D. Kold Hansen, K. Nasrollahi, C. B. Rasmusen, and T. Moeslund, “Real-time barcode detection and classification using deep learning,” pp. 321–327, 01 2017.
  7. S. S. Upasani, A. N. Khandate, A. U. Nikhare, R. A. Mange, and R. Tornekar, “Robust algorithm for developing barcode recognition system using web-cam,” International Journal of Scientific & Engineering Research, vol. 7, no. 4, pp. 82-86, April 2016.
  8. C.-S. Tseng, K.-T. Wang, M.-C. Wu, N.-Y. Cheng, and J.-H. Wang, “Retrospective tracking for barcode reading,” in Industrial Informatics (INDIN), 2010 8th IEEE International Conference on, pp. 114–119, IEEE, 2010.
  9. D. Bradley and G. Roth, “Adaptive thresholding using the integral image,” Journal of graphics tools, vol. 12, no. 2, pp. 13–21, 2007.
  10. Y. Zhang and T. Lu, “A fast color barcode detection method through cross identification on mobile platforms,” in Document Analysis and Recognition (ICDAR), 2015 13th International Conference on, pp. 416–420, IEEE, 2015.
  11. I. Zafar, U. Zakir, and E. Edirisinghe, “Real time multiple two dimensional barcode reader,” in Industrial Electronics and Applications (ICIEA), 2010 the 5th IEEE Conference on, pp. 427–432, IEEE, 2010.
  12. S.-C. Lin and P.-H. Wang, “Design of a barcode identification system,” in Consumer Electronics-Taiwan (ICCE-TW), 2014 IEEE International Conference on, pp. 237–238, IEEE, 2014.
  13. A. Zamberletti, I. Gallo, and S. Albertini, “Robust angle invariant 1d barcode detection,” in Pattern Recognition (ACPR), 2013 2nd IAPR Asian Conference on, pp. 160–164, IEEE, 2013.
  14. R. C. Gonzalez, R. E. Woods, et al., “Digital image processing,” 2002.
  15. “Faster rcnn object detection.” https://towardsdatascience.com/faster-rcnn-object detection-f865e5ed7fc4. Accessed: 2019-06-12.
  16. “A Gentle Introduction to Transfer Learning for Deep Learning.” https://bit.ly/2SyjaNm. Accessed: 2019-06-12.
Index Terms

Computer Science
Information Sciences

Keywords

Image processing barcode scanners EAN13 Pyzbar Faster RCNN transfer learning Arte-Lab