update 修改blod上限1000

dev_lsy
liusiyang 3 days ago
parent 38a9739b7d
commit e4436f7028

@ -10,8 +10,8 @@ enum ERR_DOT_TYPE_ENUM
#define Value_ERR_TYPE_2 128 #define Value_ERR_TYPE_2 128
//-----------------------sxg added //-----------------------sxg added
#define _MAX_ERROR_SCAN_LINE_PER_ROW 300 #define _MAX_ERROR_SCAN_LINE_PER_ROW 1000
#define _MAX_ERROR_DOT_BLOB 80 #define _MAX_ERROR_DOT_BLOB 1000
#define _MAX_MACRO_COUNT 4 #define _MAX_MACRO_COUNT 4
#define _MAX_ERR_CLASS ERR_TYPE_COUNT #define _MAX_ERR_CLASS ERR_TYPE_COUNT

@ -18,7 +18,7 @@
#include <unordered_map> // unordered_map #include <unordered_map> // unordered_map
#define RESULT_VERSION 31 #define RESULT_VERSION 31
#define MAX_BLOB_NUM 200 #define MAX_BLOB_NUM 1000
// 输入模型图片尺寸 // 输入模型图片尺寸
#define SRCIMG_WIDTH 14200 #define SRCIMG_WIDTH 14200

@ -1726,9 +1726,9 @@ int ImgCheckAnalysisy::GetALLBlob()
long t5 = CheckUtil::getcurTime(); long t5 = CheckUtil::getcurTime();
re = GetBlob_BQ(); re = GetBlob_BQ();
if (blobs.blobCount > 100) if (blobs.blobCount > 1000)
{ {
blobs.blobCount = 100; blobs.blobCount = 1000;
/* code */ /* code */
} }

Loading…
Cancel
Save