博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Zxing二维码
阅读量:5113 次
发布时间:2019-06-13

本文共 778 字,大约阅读时间需要 2 分钟。

http://download.csdn.net/download/whatthehell_laobi/8620387

 

http://www.pudn.com/downloads590/sourcecode/graph/texture_mapping/detail2415077.html

 

需要修改

int read_image(Ref<LuminanceSource> source, bool hybrid, string expected) 中的

if (test_mode && results.size() == 1) {

std::string result = results[0]->getText()->getText();

if (expected.empty()) {

cout << " Expected text or binary data for image missing." << endl
<< " Detected: " << CodeFormatConvert::convertUTF8ToGB2312(result.data()) << endl;
res = -6;
} else {
if (expected.compare(result) != 0) {
cout << " Expected: " << expected << endl
<< " Detected: " << CodeFormatConvert::convertUTF8ToGB2312(result.data()) << endl;
cell_result = "data did not match";
res = -6;
}
}
}

转载于:https://www.cnblogs.com/zzh123/p/5048983.html

你可能感兴趣的文章
Bek Trak Trik for wireless WPA/WPA2 & SSH & email
查看>>
CMurphi入门笔记(六)——规则,起始状态和不变式
查看>>
[LeetCode] Number of Lines To Write String
查看>>
[LeetCode] Can Place Flowers
查看>>
Leaf——美团点评分布式ID生成系统 UUID & 类snowflake
查看>>
随tomcat启动的Servlet程序
查看>>
Loj 538 递推数列
查看>>
openstack Too many open files错误
查看>>
Python编程快速上手-函数
查看>>
centos7设置官方yum安装nginx
查看>>
用UILocalNotification实现一个闹钟(Swift)
查看>>
PFILE和SPFILE介绍
查看>>
云计算对IT产业的影响
查看>>
系统管理09——磁盘管理综合测试题
查看>>
HTML表格及框架介绍
查看>>
基于redis分布式缓存实现(新浪微博案例)
查看>>
新机器连接老机器遇到的ERROR
查看>>
【转】JDK中设计模式
查看>>
uniform 设置readonly ,disabled update无效 添input
查看>>
最大访客数
查看>>