glassechidna / zxing-cpp

ZXing C++ Library
Apache License 2.0
598 stars 435 forks source link

OpenCV MatSource #41

Closed afrancescon closed 7 years ago

afrancescon commented 8 years ago

I added a simply MatSource to be used with Mat images from OpenCV. A cli command that detect barcodes from video stream added.

I modify CMakeFile in order to automatically discover if OpenCV was installed on system. I had no way to test with system without OpenCV.

I'm not so strong in c++ so feel free to suggest modification prior the merge.

Ale

rwrz commented 7 years ago

+1 =)

aidansteele commented 7 years ago

Going to close and reopen to trigger a Travis CI build