RMVL
1.1.1
RoboMaster Vision Library
|
RuneCenterParam 参数模块 更多...
#include <rmvlpara/feature/rune_center.h>
Public 成员函数 | |
RuneCenterParam ()=default | |
bool | load (const std::string &path) |
从指定 YAML 文件中加载 RuneCenterParam 更多... | |
Public 属性 | |
float | MAX_AREA = 1000.f |
最大面积 更多... | |
float | MIN_AREA = 10.f |
最小面积 更多... | |
float | MAX_RATIO = 1.44f |
最大比率 更多... | |
float | MIN_RATIO = 0.7f |
最小比率 更多... | |
RuneCenterParam 参数模块
|
default |
bool rm::para::RuneCenterParam::load | ( | const std::string & | path | ) |
float rm::para::RuneCenterParam::MAX_AREA = 1000.f |
最大面积
float rm::para::RuneCenterParam::MAX_RATIO = 1.44f |
最大比率
float rm::para::RuneCenterParam::MIN_AREA = 10.f |
最小面积
float rm::para::RuneCenterParam::MIN_RATIO = 0.7f |
最小比率