EasyPR icon indicating copy to clipboard operation
EasyPR copied to clipboard

SOBEL+COLOR vs抛出异常

Open makezwl opened this issue 8 years ago • 1 comments

修改vs编译选项中的运行库为MTD(原来是MDD,需要静态编译,所以改为MTD),当修改定位方式是SOBEL+COLOR的方法时候(例如修改test_plate_recognize()中的pr.setDetectType(easypr::PR_DETECT_CMSER );为 pr.setDetectType( PR_DETECT_COLOR |PR_DETECT_SOBEL);),vs抛出异常,debug发现是vector的问题,还没找到解决方法。

image

Please tell us about your environment:

  • System: windows8.1 x64

  • Compiler version/IDE: vs2013

  • OpenCV version: [ 3.1 ]

makezwl avatar Jan 10 '17 03:01 makezwl

我也遇过这个问题, 我是vs2017, opencv3.2, MDd没问题,换MTd vector就出事了.

tiger822 avatar Jun 14 '17 06:06 tiger822