glassechidna / zxing-cpp

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

Does not make opencv MatSource files #55

Closed koziez closed 6 years ago

koziez commented 7 years ago

Installed on Mac OS X with opencv 2.4.13.2

Did not generate MatSource files. Is there a way to force this?

sadransh commented 7 years ago

I think it builds matSource file but it does not put it in includes I just copied matsource.h file to /usr/local/include/zxing folder on my ubuntu and use #include "zxing/MatSource.h" in code.

Benjamin-Dobell commented 6 years ago

Closed by #65