8000 GitHub - toashd/pydetect: Some fun with Python, OpenCV, and barcoded images.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

toashd/pydetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pydetect

Some fun with Python, OpenCV, and barcoded images.

Usage

$ python detect_barcode.py --image images/barcode_01.jpg

Installation

The easiest way to install OpenCV on a Mac is to use pip and brew. OpenCV needs numpy to be installed, so make sure it is properly installed too.

$ pip install numpy
$ brew tap homebrew/science
$ brew info opencv
$ brew install opencv

There can be problems with libpng, that can be solved by unlinking and linking again. Also it could be helpful to update and upgrade brew before installation.

$ brew update && brew upgrade
$ brew unlink libpng && brew link libpng

About

Some fun with Python, OpenCV, and barcoded images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0