Skip to content

kmribti/barcode_recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

barcode_recognition

A very simple barcode recognition using OpenCV.

Requierement:

OpenCV (recent version prefered) A C++ compiler supporting C++14 (gcc-4.9, clang-3.5)

A webcam if willing to go with video recognition.

Installation

Create a build directory, call cmake then make from it. Binary tirf should be built in it.

mkdir build cd build cmake .. make ./tirf ...

Basic use

Recognition on an image:

./tirf [--debug] path/to/image

Recognition on a video:

Will capture the video stream from the webcam:

./tirf --video

Will play the video on path:

./tirf --video path/to/video

About

A very simple barcode recognition using OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • CMake 7.4%