Master's Thesis

Total Page:16

File Type:pdf, Size:1020Kb

Master's Thesis 2008:062 CIV MASTER'S THESIS A Concept of Using 2D Bar Codes in Retail Environments Per Jonsson Luleå University of Technology MSc Programmes in Engineering Computer Science and Engineering Department of Computer Science and Electrical Engineering Division of Computer Science 2008:062 CIV - ISSN: 1402-1617 - ISRN: LTU-EX--08/062--SE A Concept Study of Using 2D Bar Codes in Retail Environments Per Jonsson March 10, 2008 Abstract The recent popularity of camera equipped mobile phones have sparked a new field of use for machine-readable 2D bar codes. A code can be printed on everyday items and be interacted with using a camera phone. The interaction is initiated by scanning the 2D bar code with the phone’s camera. And the reaction can be anything from simply retrieving information to triggering some action. Because of the low cost of printing 2D bar codes, there many possible applications that could be based on this. One such application is examined in this thesis and aims to improve the usefulness of normal cash register receipts. The idea is to print a 2D bar code on receipts that contains the purchase information in digital form. This is as- sumed to help customers with managing their receipts or with more detailed book-keeping. This assumption is evaluated by developing a prototype imple- mentation of a receipt reader. This prototype is based on two Java libraries for decoding DataMatrix and Quick Response codes. The main conclusion from this evaluation is that the libraries used were able to store an estimate of 42 purchase items in a 2D bar code. There are trade-offs that can be implemented to increase the capacity when needed which helps to make the assumption valid. Acknowledgments I would like to thank Ericsson Research in Lule˚afor the opportunity to write this master thesis. Especially my supervisor at Ericsson, John Sandberg and also Jakob Saros for their help and guidance. Tommy Arngren, Angelina Frediksson, Xiaolei Hu and Simon Persson deserves a big acknowledgment for their inputs and for the participation in the brainstorming session. Furthermore, I would like to thank the interview respondents and finally my supervisor at the University, Jingsen Chen. Per Jonsson March 2008 Lule˚aUniversity of Technology ii Contents 1 Introduction 1 1.1 ObjectivesandScope......................... 1 1.2 RelatedWork............................. 2 1.3 Outline ................................ 2 2 Background 3 2.1 Barcodes ............................... 3 2.1.1 1Dbarcodes ......................... 3 2.1.2 2Dbarcodes ......................... 4 2.2 Examplesof2DSymbologies . 5 2.2.1 ColorCode........................... 5 2.2.2 ShotCode ........................... 6 2.2.3 Quickresponsecode . .. .. .. .. .. .. .. .. 6 2.2.4 DataMatrix.......................... 8 3 Methods 9 3.1 Implementation............................ 9 3.1.1 Generator........................... 9 3.1.2 Reader............................. 9 3.2 Evaluation............................... 10 3.2.1 Performancetests . 10 3.2.2 Interviews........................... 10 4 SelectionofFeasibleSymbologies 12 4.1 Concept ................................ 12 4.1.1 Problem............................ 12 4.1.2 Proposedsolution . 12 4.2 AnalysisofRequirements . 13 4.2.1 Variables ........................... 13 4.2.2 Conceptrequirements . 14 4.2.3 Delimitations ......................... 15 4.2.4 Finalrequirements . 16 4.3 Selection................................ 16 4.3.1 Datacapacityanddensity. 17 4.3.2 Errorcorrection . .. .. .. .. .. .. .. .. .. 17 4.3.3 Colorprint .......................... 17 4.3.4 Availablesoftware . 18 4.3.5 Result............................. 18 iii 5 Implementation 20 5.1 2DBarCodeGenerator . .. .. .. .. .. .. .. .. .. 20 5.1.1 Serialization.......................... 21 5.1.2 Compression ......................... 21 5.1.3 Visualization ......................... 21 5.2 ReceiptReaderPrototype . 21 5.2.1 Recognition.......................... 21 5.2.2 Decompression ........................ 22 5.2.3 Unserialization . 22 5.2.4 Userinteraction . .. .. .. .. .. .. .. .. .. 22 6 Evaluation of Concept 24 6.1 PerformanceTests .......................... 24 6.1.1 Resolutiontest ........................ 24 6.1.2 Capacitytest ......................... 25 6.2 Interviews............................... 27 6.2.1 Interview1 .......................... 28 6.2.2 Interview2 .......................... 28 6.2.3 Interview3 .......................... 28 6.2.4 Interviewsummary. 28 7 Discussion 30 7.1 Feasibility............................... 30 7.2 InterviewInput............................ 31 8 Conclusions 32 8.1 FutureWork ............................. 32 References 35 A Format Specification 37 B Tables 39 iv Chapter 1 Introduction Bar codes are often associated with the scanning of items at the cash register in most stores. These bar codes encode data using several vertical lines with varying widths. But only using one dimension leaves a large part of the symbol unused. This thesis examines a variation called 2D bar codes. These codes are, unlike 1D bar codes, able to make use of the height of the symbol. As illustrated in Figure 1.1. Figure 1.1: (a) A 1D bar code only stores data in one direction while (b) 2D bar codes can utilize both dimensions. This is possible because of a change in the scanning process. 1D bar code scanners are based on only capturing a horizontal scan line. The 2D bar codes are designed to instead be processed from complete 2D camera images. The in- creasing availability if camera phones allows users to interact with 2D bar codes in a way that was not possible before. This introduces several opportunities for new applications. A concept of such an application is explored further in this study. The idea of this concept is to allow customers read receipts with their mobile phone. This is done by printing a 2D bar code on the receipt containing the information in digital form. As an example, having the receipt information in digital form could serve useful for personal book-keeping. 1.1 Objectives and Scope This thesis will study a concept with the goal of gaining greater knowledge of applications based upon the use of 2D bar codes. The main objective is to 1 2 CHAPTER 1. INTRODUCTION determine if the studied concept is feasible. This is done by examining the concept from a technical viewpoint and also by receiving input from potential providers of service. The feasibility is estimated on the basis of a prototype implementation illustrating the concept. To limit this thesis to the relevant parts of the previous paragraph, the scope have to be slightly narrowed to not include: • A comparison between implementations of decoding libraries. The selec- tion of 2D bar codes only depends on requirements posed on the capa- bilities in specifications and no further selection will be made on basis of performance. The results will only tell that there exists libraries so that at least those results could be reached. • Tests, surveys or interviews with users. This is a subject of later evaluation and not included in this introductory assessment. Furthermore, the implementation is dependent on the available hardware, in this case a Java enabled mobile phone. This restricts the software used to the Java ME1 platform. 1.2 Related Work Kato and Tan did a study[1] on 2D bar codes in 2005. Their study tried to determine which bar code was the most suitable for mobile phone applications in general. Based on a set of requirements, they selected the VS Code specification as the most flexible. This study is more specific toward a certain concept and also have to take construction of a prototype into consideration and will lead to a different end-result than Kato and Tan’s. Even though many of the requirements concurs, no Java ME decoding library was found for the VS Code. This is seen as required in this study. 1.3 Outline This introduction is followed by a background chapter introducing bar codes. Chapter 3 describes the methods used. Chapter 4 provides the concept and also the analysis and selection of two feasible bar codes. With the help of these results, the implementation process is described in Chapter 5 where a prototype bar code reader is described. The evaluation of the prototype is presented in Chapter 6 before the discussion and some concluding points in Chapters 7 and 8. Two appendices follows the report and lists additional information about implementation details and tables. 1Micro Edition. A subset of Java for resource-constrained devices, such as mobile phones. Chapter 2 Background This chapter will begin by introducing bar codes in general and will then con- tinue focusing on describing 2D bar codes. The background will also present some examples of what different 2D bar codes are capable of. 2.1 Bar codes Bar codes are basically a way of cheaply printing machine readable information on objects. There are many different kinds of bar codes, ranging from only being able to store a small number to several thousand bytes. The terms symbology and symbol will be used extensively in this report. Even though the terms in some cases can be used interchangeably, there is a subtle difference. The symbology is the bar code specification and the symbol is the, often printed, bar code itself. The symbology specifies a symbol’s appearance, how it store its data and other attributes. This section will continue to briefly introduce 1D bar code symbologies and then move on to explain the properties of 2D bar code symbologies. 2.1.1 1D bar codes 1D, or linear, bar codes is the code type most
Recommended publications
  • Mobile Application of Drug Follow-Up Information System with Data Matrix Reader
    International Journal of Applied Mathematics, Advanced Technology and Science Electronics and Computers ISSN: 2147-82282147-6799 http://ijamec.atscience.org Original Research Paper Mobile Application of Drug Follow-up Information System with Data Matrix Reader Hamza Yaraş1, Kübra Uyar*2 Accepted 3rd September 2016 Abstract: The number of products that simplify people’s lives are increasing with the enormous development of the technology. Mobile devices have a great importance for the provision of communication which is one of the most significant need of human beings. Mobile devices have gone beyond to be used originally as a mobile phone purposes and they have begun to be used as a smartphone by taking in charge of computers. They are not only used for communication but also they are used like camera, photo camera, notebook, television and reminder. Google's Android platform is a widely anticipated open source operating system for mobile phones. Google’s Android Operating System (AOS) in mobile phones are still relatively new, however, AOS has been progressing quite rapidly. The increasing number of smartphone users has prepared the ground for the emergence of new ideas to make life easier. Recently, especially some applications in health sector have reflected one of the most important samples. Some of the mobile applications in this field used by humans are about hearing test, vision test, diabetes, pregnancy, and doctor appointment. This paper focuses on following of drugs, taken by patients, through mobile phones. The application running on the AOS provides the use of drugs on time with the alarm system. In addition to this, the application gives information (time, dosage, and name) about drugs by reading data matrix located on the medicine box.
    [Show full text]
  • First Read Rate Analysis of 2D-Barcodes for Camera Phone Applications As a Ubiquitous Computing Tool
    Edith Cowan University Research Online ECU Publications Pre. 2011 2007 First Read Rate Analysis of 2D-Barcodes for Camera Phone Applications as a Ubiquitous Computing Tool Hiroko Kato Edith Cowan University Keng T. Tan Edith Cowan University Follow this and additional works at: https://ro.ecu.edu.au/ecuworks Part of the Engineering Commons 10.1109/TENCON.2007.4428778 This is an Author's Accepted Manuscript of: Kato, H., & Tan, K. (2007). First read rate analysis of 2D-barcodes for camera phone applications as a ubiquitous computing tool. Proceedings of IEEE Tencon (IEEE Region 10 Conference). (pp. 1-4). Taipei, Taiwan. IEEE. Available here © 2007 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works. This Conference Proceeding is posted at Research Online. https://ro.ecu.edu.au/ecuworks/4953 First read rate analysis of 2D-barcodes for camera phone applications as a ubiquitous computing tool. H. Kato and K.T. Tan School of Computer Science and Information Science Edith Cowan University 2 Bradford Street Mount Lawley, WA 6050 AUSTRALIA Abstract- This paper presents a detailed study on the first read In this paper, we present key factors that could enhance the rate (FRR) of seven 2D-barcodes currently used for camera phone robustness and usability of a 2D-barcode system2 based on our applications.
    [Show full text]
  • © in This Web Service Cambridge University Press
    Cambridge University Press 978-0-521-88839-4 - Barcodes for Mobile Devices Hiroko Kato, Keng T. Tan and Douglas Chai Index More information Index AC coefficient, 168, 169 biometric data, 66, 67, 92, 123 access control, 66 biometric encryption key, 67 Active Book, 98 bitmap (BMP), 166 Active CyberCode, 104, 105 bitwise-XOR operations, 143 Active TRIPboard, 107 blob, 70, 71, 73, 145 adaptive thresholding, 106, 172–174, 176 block code, 131 additive colour space, 124, 160, 161 blog, 31, 45, 115 Advanced Television Systems Committee Bluetooth, 76, 117–119 (ATSC), 131 Bluetooth device address (BD_ADDR), 118 Air Transport Association (ATA), 23, 60 Bose–Chaudhuri–Hochquenghem (BCH) code, 131 alignment failure, 203, 207, 210, 211, 213 bouse, 89 alignment pattern, 52–54, 147 brightness coordinate in colour space, 124 American National Standards Institute (ANSI), 61 bull’s eye, 12, 13, 36, 76, 145 American Standard Code for Information burst error, 54, 131, 137, 140, 141 Interchange (ASCII), 22–24, 33, 35, 36 business card scanner, 91 anti-aliasing, 91, 123, 147 byte compaction mode, 33 application identifier (AI), 41–43 application programming interface (API), 95 area sensor, 28 central circular finder pattern, 146, 155 arm in mCode symbol, 70 centre guard pattern, 24, 112 associative law, 132 charge coupled device (CCD), 12, 28, 31, 45, 58, 89, au (KDDI), 51 91, 97, 110, 122, 149, 158, 214, 215 augmented reality (AR), 31, 94, 97–99, 103–105, 108, 109, 121, 127 camera, 32, 37, 48, 58, 60, 69, 76, 78, 92, 100, Australian Communications and Media Authority
    [Show full text]
  • Putting QR Codes to Work
    Caslon, a PODi Affiliate (Quick Response) Putting QR Codes to Work Steven England Mobile Consultant / Director of Business Development New Media Marketing Who is PODi? Who is Caslon? PODi Mission: Help members build & grow successful businesses using digital print • Printing and Marketing service providers, direct mailers & agencies • Enterprise companies • Consultants and educational organizations • Hardware and software solution providers • Regional industry vendors Caslon, a PODi Affiliate • Caslon creates cutting edge information and resources for Service Providers and Marketers • Manages and builds our community under license from PODi • Develops Case Studies, S3 sales tools, Find a Service Provider, and hosts DEX User Forums and our annual AppForum. Caslon, a PODi Affiliate What can PODi do for YOUR digital business? – Get more leads & promote your company • Connect to customers with Find a Service Provider • Self-Promo-in-a-Box lead generation campaign • Boost your reputation with a Best Practices Award, case study or PODi logo – Increase high-margin business & sell successfully • Energize sales with Digital Print Case Studies • Close more sales with proven S3 Council sales tools & NEW training modules • Learn at free monthly webinars. Plan new strategies with industry reports • NEW Caslon’s DEX S3 Forum – Boost your POD efficiency • NEW Production Central: one-stop resource center for technology support • NEW Caslon’s DEX Tech Forums: HP/Indigo, Kodak, Xerox • NEW Technology Webinars • PPML & CheckPPML_Pro – Save money on expert
    [Show full text]
  • Experience and Sociocultural Aspects of Using QR Code in Green Areas
    U. Cocchi, V. Vaitkutė Eidimtienė / Miestų želdynų formavimas 2017 1(14) 14–22 Experience and Sociocultural Aspects of Using QR code in Green Areas Umberto Cocchi1, Vaida Vaitkutė Eidimtienė*2 1Umberto Cocchi Consulting, Piazza Unità d‘Italia 20 – I-35023 Bagnoli di Sopra (Padua), Italy. E-mail [email protected] 2Architecture, Art and Design Department, Klaipėda University K. Donelaičio sq. 5, LT-92144, Klaipeda, Lithuania 2Kaunas Forestry and Environmental Engineering University of Applied Sciences Liepų str. 1, LT-53101 Girionys, Lithuania. E-mail [email protected] (Received in January, 2017; Accepted in April, 2017; Available Online from 8th of May, 2017) Abstract QR code or quick response code, or matrix code, is the information storage system, used for different purposes since 1994. The code contains information (text, digits, internet links, any other information), which is read by using QR scanners or mobile phones. Changing needs of the society and developing technologies determined the emergence of QR codes formats. However, for the day being the code under discussion is dominating by the popularity of its use (identification of goods, information provided on notice boards, leaflets, business cards, advertising brochures, information stands). One of a more interesting ways is encountered in green areas of cities, which can be of different kind: educational, recreational, artistic. The article deals with the ways of using QR (quick response code) in green areas and introduces the research data. Key words:QR code, green areas, socio-culture, education, recreation. Anotacija QR kodas, kitaip „greitojo atsako“ arba reagavimo matricos kodas – informacijos laikmena, naudojama įvairiais tikslais nuo 1994 metų.
    [Show full text]
  • 2D-Code Fibel 2017.Indd
    2D-Code Fibel Die vorliegende Broschüre wurde mit größter Sorgfalt zusam- mengestellt. Trotzdem können Fehler nie vollständig ausge- schlossen werden. Die Autoren und die Firma können für fehler- hafte Angaben und deren Folgen keine Haftung übernehmen. Änderungen behalten wir uns vor. Vervielfältigungen, auch auszugsweise, nur mit Genehmigung durch BARCODAT GmbH. Erste Auflage, März 1998 Zweite Auflage, September 2000 Dritte Auflage, April 2003 Vierte Auflage, Juni 2004 Fünfte Auflage, Januar 2007 Sechste Auflage, Januar 2011 Siebte Auflage, Oktober 2013 BARCODAT GmbH Robert-Bosch-Straße 13 72280 Dornstetten Tel. +49 74 43 / 96 01 - 0 [email protected] www.barcodat.com 2 2D-Code Fibel 3 Vorwort zur 7. Auflage Daten automatisch erfassen und in vielfältige Konzepte umset- zen gewinnt immer mehr an Bedeutung. Gefordert wird, mög- lichst große Datenmengen auf möglichst kleinen Flächen un- terzubringen. Diese sollen dann auch noch sicher gelesen und weiterverarbeitet werden können. In den späten 80ern begann man im Bereich Barcode, neue Wege zu gehen. Die ersten gestapelten (stacked) Barcodes wurden entwickelt, in den 90ern kamen die 2D- oder auch Matrix-Codes dazu. Inzwischen tummeln sich nach vorsichtigen Schätzungen über 50 Symbologien auf dem Markt. Durchge- setzt haben sich fast ausschließlich lediglich Data Matrix ECC 200 und PDF 417, die von der Industrie als Standard anerkannt werden. Diese Codes finden vielfältige Verwendung, z. B. in der Automobilzulieferindustrie (Odette-Label), im Gesundheits- wesen und anderen Bereichen. Die Entwicklung in Richtung größere Datenkapazitäten geht auch weiter. Hierzu werden zunehmend farbige Codes genutzt (HCCB, farbiger QR Code, farbiger Trillcode). Neu ist die Verwendung von 2D-Codes zur Verwendung mit Smartphones oder Webcam.
    [Show full text]
  • An Efficient Bar Code Recognition Engine for Enabling Mobile Services
    Research Collection Doctoral Thesis An Efficient Bar Code Recognition Engine for Enabling Mobile Services Author(s): Adelmann, Robert Publication Date: 2011 Permanent Link: https://doi.org/10.3929/ethz-a-6665246 Rights / License: In Copyright - Non-Commercial Use Permitted This page was generated automatically upon download from the ETH Zurich Research Collection. For more information please consult the Terms of use. ETH Library Diss. ETH Nr. 19721 An Efficient Bar Code Recognition Engine for Enabling Mobile Services A dissertation submitted to ETH Zurich for the degree of Doctor of Sciences presented by Robert Adelmann Diplom-Informatiker, Albert-Ludwigs-University Freiburg born October 01, 1977 citizen of Germany accepted on the recommendation of Prof. Dr. Friedemann Mattern, examiner Prof. Dr. Elgar Fleisch, co-examiner Prof. Dr. Michael Rohs, co-examiner 2011 2 | Abstract Abstract | 3 Abstract In the area of pervasive computing, mobile phones have evolved into attrac- tive development platforms that show considerable potential when it comes to bridging the often-cited gap between the real and virtual world. They are ubiquitous, highly mobile, provide significant computing power, and increas- ingly also offer an abundance of built-in sensors. With the general availability of smartphones and affordable data rates, consumers are beginning to use their mobile phones to interact with physical products found in stores in or- der to access product-related information and services. To support this inter- action, consumer-oriented mobile applications require a fast and convenient way to identify products. Even though Near Field Communication (NFC) and Radio-Frequency Identification (RFID) technology is very promising for that purpose, the widespread use of RFID tags on retail products remains unlikely for the next years.
    [Show full text]
  • Pervasive 2D Barcodes for Camera Phone Applications
    Edith Cowan University Research Online ECU Publications Pre. 2011 2007 Pervasive 2D Barcodes for Camera Phone Applications Hiroko Kato Edith Cowan University Keng T. Tan Edith Cowan University Follow this and additional works at: https://ro.ecu.edu.au/ecuworks Part of the Computer Sciences Commons 10.1109/MPRV.2007.80 This is an Author's Accepted Manuscript of: Kato, H., & Tan, K. (2007). Pervasive 2D Barcodes for Camera Phone Applications. IEEE Pervasive Computing: Mobile and Ubiquitous Systems, 6(4), 76-85. Available here © 2007 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works. This Journal Article is posted at Research Online. https://ro.ecu.edu.au/ecuworks/1507 MOBILE COMPUTING Pervasive 2D Barcodes for Camera Phone Applications As 2D barcodes gain popularity, do we need to determine a global standard for camera phone applications? If so, which barcode is best? wo inventions have contributed to So, in a previous study, we evaluated six 2D bar- the commercial viability of perva- codes using eight criteria for standardization sive 2D barcodes: CyberCode1 and potential: omnidirectional symbol reading, sup- J-SH09. In 2000, Sony introduced port for low-resolution cameras, reading robust- CyberCode—one of the earliest uses ness under different lighting conditions, barcode Tof a 2D barcode for developing a visual tagging reading distance, error correction capability, secu- system.
    [Show full text]
  • Barcodes for Mobile Devices Hiroko Kato, Keng T
    Cambridge University Press 978-0-521-88839-4 - Barcodes for Mobile Devices Hiroko Kato, Keng T. Tan and Douglas Chai Frontmatter More information Barcodes for Mobile Devices From inventory management in stores to automotive part tracking in assembly plants, barcodes are one of the most prevalent automatic identification and data capture technologies. This book provides a complete introduction to barcodes for mobile devices where data captured in the device’s camera can be interpreted by signal processing algorithms. The most relevant and up-to-date information, previously unavailable elsewhere or difficult to obtain, is presented. The focus throughout is on recent developments and two-dimensional (2D) barcodes, including the research and development steps towards colour barcodes for mobile devices, helping readers to develop their own barcodes. The authors also provide design details for their own novel colour 2D barcode, the Mobile Multi-Colour Composite (MMCC™) barcode, plus a coverage of RFID technology and one-dimensional barcodes. This book is ideal for professional developers of barcodes for mobile devices who need the latest technical details and information on how to develop barcodes. It is also a useful reference for graduate students researching the field of barcode technology and mobile computing. Hiroko Kato recently completed her Ph.D. in the School of Computer and Information Science at Edith Cowan University, Australia, where her research involved developing a novel 2D barcode. Her current research interests are computer vision and human computer interaction. Keng T. Tan is the founder of GO-CDMA Limited, a private R&D company in Hong Kong. He is a technical expert in mobile computing and wireless communications.
    [Show full text]
  • Utilizing Automatic Identification Tracking Systems to Compile Operational Field and Structure Data
    MD-14-SP209B4G Martin O’Malley, Governor James T. Smith, Jr., Secretary Anthony G. Brown, Lt. Governor Melinda B. Peters, Administrator STATE HIGHWAY ADMINISTRATION RESEARCH REPORT UTILIZING AUTOMATIC IDENTIFICATION TRACKING SYSTEMS TO COMPILE OPERATIONAL FIELD AND STRUCTURE DATA UNIVERSITY OF MARYLAND Final Report May 2014 The contents of this report reflect the views of the author who is responsible for the facts and accuracy of the data presented herein. The contents do not necessarily reflect the official views or policies of the Maryland State Highway Administration. This report does not constitute a standard, specification, or regulation. Technical Report Documentation Page 1. Report No. 2. Government Accession No. 3. Recipient's Catalog No. MD‐14‐SP209B4G 4. Title and Subtitle 5. Report Date May 2014 Utilizing Automatic Identification Tracking Systems to Compile Operational 6. Performing Organization Code Field and Structure Data 7. Author/s 8. Performing Organization Report No. A.M. Amde, T. Saad, F. Majekodunmi, J. Villatoro 9. Performing Organization Name and Address 10. Work Unit No. University of Maryland 11. Contract or Grant No. Department of Civil and Environmental Engineering SP209B4G College Park MD 20740 12. Sponsoring Agency Name and Address 13. Type of Report and Period Covered Final Report Maryland State Highway Administration Office of Materials Technology 14. Sponsoring Agency Code 7450 Traffic Drive Hanover MD 21076 15. Supplementary Notes 16. Abstract The Maryland State Highway Administration’s (SHA) Office of Materials Technology (OMT) ensures that the quality of materials used on Maryland’s roadway system are properly designed, produced, and built to the approved codes and standards.
    [Show full text]
  • Evolution of Barcode
    INTERNATIONAL JOURNAL FOR DEVELOPMENT OF COMPUTER SCIENCE & TECHNOLOGY ISSN-2320-7884 (Online) www.ijdcst.com ISSN-2321-0257(Print) EVOLUTION OF BARCODE Janaswamy Phaniteja#1, P Derin J Tom#2 #1 - Janaswamy Phaniteja, B Tech.-III Year, Dept. of Information Technology, Aurora’s Engineering College, Bhongir, Nalgonda Dist., 9246580683 #2 - P Derin J Tom, B Tech.-III Year, Dept. of Information Technology, Aurora’s Engineering College, Bhongir, Nalgonda Dist., 8801072944, Abstract: A barcode is an optical machine-readable first working system used ultraviolet ink, but this representation of data, which shows data about the proved too easy to fade and was fairly expensive. object to which it attaches. These days’ barcodes have become very common for Unique Identification Convinced that the system was workable with further (UID) of almost everything from groceries to development, Woodland left Drexel, moved into his expensive goods. father's apartment in Florida, and continued working The mapping between messages and on the system. His next inspiration came from Morse barcodes is called a symbology. The specification of code, and he formed his first barcode from sand on a symbology includes the encoding of the single the beach. "I just extended the dots and dashes digits/characters of the message as well as the start downwards and made narrow lines and wide lines and stop markers into bars and space, the size of the out of them." To read them, he adapted technology quiet zone required to be before and after the from optical soundtracks in movies, using a 500-watt barcode as well as the computation of a checksum.
    [Show full text]
  • 1D En/Of 2D Barcodes
    • Barcodes in praktijk • Soorten barcodes • Opbouw reader • OEM scan engines / verschillen / toepassingen • Innovaties • Kansen in de markt • Over Newland Barcodes zijn inmiddels gemeengoed in ons dagelijksleven. Barcode is in 1952 gepatenteerd, maar het duurde tot 1974 voordat de eerste scan werd gedaan in een supermarket in Ohio: het was een pakje Wringley’s kauwgum. Inmiddels zijn er 5 miljard scans per dag. RFID heeft deels barcodes vervangen, maar een tag is duurder en minder eenvoudig zelf te produceren dan een barcode. Ook in kritische toepassingen zoals medische wereld wordt de matche “patient-medicijn” gemaakt met barcodes. En in de electronica worden barcodes veelvuldig gebruikt bijvoorbeeld voor track & trace van componenten, piggy backs en PCB’s. Al dan niet met een sticker of gelaserd in een PCB of zelf in metaal. Soorten barcodes 2D barcode 1D barcode Aztec Code Barcodes zijn in tientallen verschillende EAN-13 QR code formaten: EAN-8 DataMatrix van een rij eenvoudige lijnen die een 1-D UPC-A PDF147 UPC-E BEEtag Aztec Code (eendimensionale) barcode worden Code 128 EAN-13 Code16K genoemd AIM 128 Cronto Cybercode tot stippen en vierkanten die een 2-D UCC/EAN 128 ISBT 128 ShotCode (tweedimensionale) code vormen; Code 39 SnapCode Code 93 SPARQcode Code 11 JAB-Code Met de meer geavanceerde 2D-code kunnen MaxiCode QR Code Interleaved 2 of 5 UPC-A gebruikers aanzienlijk meer gegevens Matrix 2 of 5 VOICEYE Qcode opslaan en ophalen dan met een 1-D-code. IATA 2 of 5 Industrial 2 of 5 Nintendo e-Reader Dit komt omdat 1-D-codes alleen gegevens Standard 2 of 5 MMCC in de horizontale richting bevatten, terwijl NEC 2 of 5 RM C NexCode EAN-2 Addon ShotCode 2D-codes zowel verticale als horizontale EAN-5 Addon SNapCode Data Matrix informatie bevatten.
    [Show full text]