去掉返回图像地址的部分字符

master
zhou.mengjia 2 years ago
parent fc64f8873d
commit 33a95979b8

Binary file not shown.

@ -524,7 +524,7 @@ void SmokeBoxIdentification::calculate(int stocketID)
QString filePath = dataSaveFolder + QString("\\%1_error.PNG") QString filePath = dataSaveFolder + QString("\\%1_error.PNG")
.arg(stocket.smokeTypeNum); .arg(stocket.smokeTypeNum);
m_pCategoryMatcher->saveResultsImage(filePath); m_pCategoryMatcher->saveResultsImage(filePath);
m_stocketList[stocketID].imagesPathList.append(filePath); m_stocketList[stocketID].imagesPathList.append(filePath.right(filePath.length()-1));
} }
} }
else else

Loading…
Cancel
Save