makezwl

Results 1 issues of makezwl

修改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](https://cloud.githubusercontent.com/assets/8891923/21793259/84e6191e-d72a-11e6-95a1-e121dcd719c0.png) **Please tell us about your environment:** * **System:** windows8.1 x64 * **Compiler version/IDE:** vs2013 * **OpenCV version:** [ 3.1 ]