|
|
|
|
@ -626,7 +626,9 @@ int ImageResultJudge::ResultJudge(std::shared_ptr<ImageAllResult> pImageResult)
|
|
|
|
|
m_CheckResult_shareP->nresult = nqx_type;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifdef AI_Time
|
|
|
|
|
GetAIDetImg(pImageResult, pCenter, tem.AI_in_Img, tem.AI_out_img);
|
|
|
|
|
#endif
|
|
|
|
|
m_CheckResult_shareP->qxImageResult.push_back(tem);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
@ -637,7 +639,9 @@ int ImageResultJudge::ResultJudge(std::shared_ptr<ImageAllResult> pImageResult)
|
|
|
|
|
m_CheckResult_shareP->nYS_result = nqx_type;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifdef AI_Time
|
|
|
|
|
GetAIDetImg(pImageResult, pCenter, tem.AI_in_Img, tem.AI_out_img);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
m_CheckResult_shareP->YS_ImageResult.push_back(tem);
|
|
|
|
|
}
|
|
|
|
|
@ -885,7 +889,9 @@ int ImageResultJudge::MergeResult(std::shared_ptr<ImageAllResult> pImageResult,
|
|
|
|
|
{
|
|
|
|
|
m_CheckResult_shareP->nresult = nqx_type;
|
|
|
|
|
}
|
|
|
|
|
#ifdef AI_Time
|
|
|
|
|
GetAIDetImg(pImageResult, pCenter, tem.AI_in_Img, tem.AI_out_img);
|
|
|
|
|
#endif
|
|
|
|
|
m_CheckResult_shareP->qxImageResult.push_back(tem);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|