Zbar调试

mac2022-06-30  63

使用visual studio调试zbar

打开下载的工程文件后,debug

出现报错“无法打开源文件Magick++.h”

解决参考https://blog.csdn.net/sunflower_boy/article/details/49095265

下载ImageMagick(https://imagemagick.org/index.php

https://imagemagick.org/download/binaries/ImageMagick-7.0.8-59-Q8-x86-dll.exe

安装

注意勾选install developmenet headers and libraries for c and c++

 

修改工程属性以匹配自己安装的版本

属性——通用属性——C/C++——常规——附加包含目录

属性——通用属性——链接器——输入——附加依赖项

 

报错“由于未找到libzbar-0.dll无法继续进行”

https://blog.csdn.net/qq_30534935/article/details/84074167

需要重启!

运行通过。

 

转载于:https://www.cnblogs.com/picky-eater/p/11305901.html

相关资源:Windows10-64bit,vs2015,借助OpenCV,zbar,tesseract(编译环境32bit)进行数字、条形码识别。
最新回复(0)