https://github.com/sepppenner/emgucvzxingbarcodeexample
EmguCVZXingBarcodeExample is an example project on how to read barcodes from an image with EmguCV and ZXing.
https://github.com/sepppenner/emgucvzxingbarcodeexample
Last synced: 3 months ago
JSON representation
EmguCVZXingBarcodeExample is an example project on how to read barcodes from an image with EmguCV and ZXing.
- Host: GitHub
- URL: https://github.com/sepppenner/emgucvzxingbarcodeexample
- Owner: SeppPenner
- License: mit
- Created: 2017-09-01T16:14:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T16:09:07.000Z (over 1 year ago)
- Last Synced: 2025-04-22T13:44:45.446Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 376 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
EmguCVZXingBarcodeExample
====================================
EmguCVZXingBarcodeExample is an example project on how to read barcodes from an image with [EmguCV](http://www.emgu.com/wiki/index.php/Main_Page) and [ZXing](https://github.com/micjahn/ZXing.Net).
[](https://ci.appveyor.com/project/SeppPenner/emgucvzxingbarcodeexample)
[](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/issues)
[](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/network)
[](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/EmguCVZXingBarcodeExample/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/EmguCVZXingBarcodeExample)
[](https://franzhuber23.blogspot.de/)
[](https://patreon.com/SeppPennerOpenSourceDevelopment)
[](https://paypal.me/th070795)
## Images that can be read
The images below can be read by the barcode reader (because the rotation is correct according to a horizontal line)


## Images that can't be read
The image below can't be read by the barcode reader (because the rotation is wrong according to a horizontal line)

## Example images that can be read


## Example images that can't be read

## Known issues
https://stackoverflow.com/questions/65029152/c-sharp-how-to-convert-a-system-drawing-bitmap-to-a-emgucv-imagebgr-byte-and
Change history
--------------
See the [Changelog](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/blob/master/Changelog.md).