Merge branch 'micooz-master'

v1.6alpha v1.4
liuruoze 9 years ago
commit 569e7642c2

@ -1369,3 +1369,7 @@
总图片数:204, 未识出图片:5, 定位率:97.549%
平均字符差距:0.643216, 完全匹配数:144, 完全匹配率:72.3618%
总时间:205秒, 平均执行时间:1.0049秒
2016-01-14 21:58:32
总图片数:204, 未识出图片:5, 定位率:97.549%
平均字符差距:0.643216, 完全匹配数:144, 完全匹配率:72.3618%
总时间:217秒, 平均执行时间:1.06373秒

@ -45,8 +45,10 @@ int test_chars_identify() {
}
}
const std::string plateLicense = utils::utf8_to_gbk("苏E771H6");
std::string plateLicense = "苏E771H6";
#ifdef OS_WINDOWS
plateLicense = utils::utf8_to_gbk(plateLicense.c_str());
#endif
std::cout << "plateLicense: " << plateLicense << std::endl;
std::cout << "plateIdentify: " << license << std::endl;

Loading…
Cancel
Save