12-22 commit for backup

This commit is contained in:
kradchen
2023-12-22 11:06:13 +08:00
parent 8ae5950e9f
commit 3c8268263c
13 changed files with 734 additions and 51 deletions

View File

@@ -6,8 +6,8 @@
namespace Recon
{
const std::string DEFAULT_CONFIG_PATH = "/home/UR/ConfigFiles/";
const std::string DEFAULT_OUTPUT_PATH = "/home/UR/ReconResult/USCT_Result.mat";
const std::string DEFAULT_OUTPUT_FILENAME = "USCT_Result.mat";
const std::string DEFAULT_OUTPUT_PATH = "/home/UR/ReconResult/";
const std::string DEFAULT_OUTPUT_FILENAME = "USCT_Result1219.mat";
std::string getPath(const std::string &aFullPath);
bool endsWithMat(const std::string &aStr);