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)