From 48685b8cd1bcb66a74c4e8dbf44df7425792d4d5 Mon Sep 17 00:00:00 2001 From: liuruoze Date: Sun, 30 Apr 2017 17:51:56 +0800 Subject: [PATCH] * fix #190 --- test/chars.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/chars.hpp b/test/chars.hpp index bd03407..06e84d1 100644 --- a/test/chars.hpp +++ b/test/chars.hpp @@ -77,7 +77,6 @@ int test_chars_recognise() { cv::Mat src = cv::imread("resources/image/chars_recognise.jpg"); CCharsRecognise cr; - return 0; std::string plateLicense = ""; int result = cr.charsRecognise(src, plateLicense); if (result == 0)