ConsoleApplication/ImgUtil.h
@@ -33,7 +33,7 @@ #ifndef _NUMBER_GP_CODE_WIDTH #define _NUMBER_GP_CODE_WIDTH 11 #define _NUMBER_GP_CODE_WIDTH 12 #endif #ifndef _NUMBER_GP_CODE_HEIGHT @@ -99,6 +99,8 @@ //分隔整数 static list<cv::Mat> splitNum(cv::Mat img) throw(string); static list<cv::Mat> splitNum(cv::Mat img,int threshold_value) throw(string); static cv::Mat formatNumGPCode(cv::Mat num) throw(string); };