Skip to content

Low-Computation Egocentric Barcode Detector for the Blind

Notifications You must be signed in to change notification settings

AndreasAZiegler/LCEBDFTB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LCEBDFTB

Low-Computation Egocentric Barcode Detector for the Blind

Implementation of the algorithm proposed in:

C. Creusot and A. Munawar: Low-computation egocentric barcode detector for the blind. IEEE International Conference on Image Processing (ICIP), 2016

Installation

Building from Source

Dependencies

  • OpenCV 3.2 (Open Source Computer Vision Library)

Building

To build from source, clone the latest version from this repository and compile the package using

git clone https://github.com/AndreasAZiegler/LCEBDFTB.git
cd LCEBDFTB
mkdir build
cd buil
cmake ..
make
make install

After this, you will find the library in the folder "lib" and the headers in the folder "include".

About

Low-Computation Egocentric Barcode Detector for the Blind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published