From 11c47d5192c2a2ec30b8fd6459dafce52c062bea Mon Sep 17 00:00:00 2001 From: liuruoze Date: Fri, 1 Jul 2016 21:20:48 +0800 Subject: [PATCH] * fix #93. --- src/core/plate_detect.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/plate_detect.cpp b/src/core/plate_detect.cpp index d48875f..60a188f 100644 --- a/src/core/plate_detect.cpp +++ b/src/core/plate_detect.cpp @@ -133,7 +133,6 @@ namespace easypr { PlateJudge::instance()->LoadModel(path); } - int CPlateDetect::showResult(const Mat &result, int img_index) { namedWindow("EasyPR", CV_WINDOW_AUTOSIZE);