liuruoze / EasyPR

(CGCSTCD'2017) An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations. CGCSTCD = China Graduate Contest on Smart-city Technology and Creative Design
Apache License 2.0
6.36k stars 2.51k forks source link

x86编译 core_func.cpp 出现openMP结块化块错误 #281

Open nathanningbo opened 6 years ago

nathanningbo commented 6 years ago

错误 1 error C3010: “continue”: 不允许跳出 OpenMP 结构化块 e:\work\git\easypr\src\core\core_func.cpp 1893 1 libeasypr

x64编译正常,x86编译失败,出现openMP错误

环境为 win10 ,vs2013,opencv3.0

ywx666 commented 6 years ago

我也想问一下EasyPr C# x86下怎么配置?