RMVL
1.1.1
RoboMaster Vision Library
|
RunePredictorParam 参数模块 更多...
#include <rmvlpara/predictor/rune_predictor.h>
Public 成员函数 | |
RunePredictorParam ()=default | |
bool | load (const std::string &path) |
从指定 YAML 文件中加载 RunePredictorParam 更多... | |
Public 属性 | |
float | PREDICT_K = 1.f |
动态预测量系数 更多... | |
float | PREDICT_B = 0.f |
静态预测量偏置 更多... | |
RunePredictorParam 参数模块
|
default |
bool rm::para::RunePredictorParam::load | ( | const std::string & | path | ) |
float rm::para::RunePredictorParam::PREDICT_B = 0.f |
静态预测量偏置
float rm::para::RunePredictorParam::PREDICT_K = 1.f |
动态预测量系数