An open API service indexing awesome lists of open source software.

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.

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).

[![Build status](https://ci.appveyor.com/api/projects/status/9id69y2gmy4okk30?svg=true)](https://ci.appveyor.com/project/SeppPenner/emgucvzxingbarcodeexample)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/EmguCVZXingBarcodeExample.svg)](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/EmguCVZXingBarcodeExample.svg)](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/EmguCVZXingBarcodeExample.svg)](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/EmguCVZXingBarcodeExample/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/EmguCVZXingBarcodeExample/badge.svg)](https://snyk.io/test/github/SeppPenner/EmguCVZXingBarcodeExample)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](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)

![](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/blob/master/Images/Barcode_1.png)
![](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/blob/master/Images/Barcode_2.png)

## 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)

![](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/blob/master/Images/Barcode_3.png)

## Example images that can be read

![](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/blob/master/Images/barcode.png)
![](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/blob/master/Images/barcode2.png)

## Example images that can't be read

![](https://github.com/SeppPenner/EmguCVZXingBarcodeExample/blob/master/Images/barcode3.png)

## 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).