RMVL
1.1.0
RoboMaster Vision Library
|
模块 | |
camera 的参数模块 | |
ml 的参数模块 | |
opcua 的参数模块 | |
rmath 的参数模块 | |
combo 的参数模块 | |
compensator 的参数模块 | |
decider 的参数模块 | |
detector 的参数模块 | |
feature 的参数模块 | |
group 的参数模块 | |
predictor 的参数模块 | |
tracker 的参数模块 | |
函数 | |
template<typename Tp , typename Enable = typename Tp::paraId> | |
void | rm::para::load (Tp ¶_obj, const std::string &file_path) |
参数加载 更多... | |
template<typename _FileNode , typename Tp > | |
void | rm::para::readExcludeNone (const _FileNode &n, Tp &t) |
参数读取,忽略为空的节点 更多... | |
|
inline |
|
inline |
#include <rmvlpara/loader.hpp>
参数读取,忽略为空的节点
[in] | n | cv::FileNode 节点 |
[in] | t | 目标数据 |