Skip to content

dynamsoft-dbr/mac-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-dependent Python Barcode Reader for macOS

The sample shows how to use OpenCV and Dynamsoft Barcode Reader SDK to build a Python barcode reader for macOS.

System Information

Check macOS system version:

sw_vers
  • ProductName: Mac OS X
  • ProductVersion: 10.11.1
  • BuildVersion: 15B42

Download & Installation

  • OpenCV

    brew update
    brew tap homebrew/science
    brew install opencv3
  • Dynamsoft Barcode Reader. Extract the package to get include and lib folders.

Build and Run

  1. Copy include and lib folders to the project.

  2. Build Python extension:

    python setup.py build install
  3. Run the app:

    python test.py ./Codabar.jpg

Blog

Using OpenCV to Build Python Barcode Reader for macOS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors