LoadLabels
函数功能
根据路径读取Labels数据。
函数原型
APP_ERROR ConfigData::LoadLabels(const std::string &labelPath);
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
labelPath |
输入 |
Label数据文件的路径。 |
返回参数说明
数据结构 |
运算说明 |
---|---|
APP_ERROR |
程序执行返回的错误码,请参考APP_ERROR说明。 |
父主题: ConfigData