RMVL  1.3.0
Robotic Manipulation and Vision Library
载入中...
搜索中...
未找到
rm::para::RuneCenterParam结构体 参考

RuneCenterParam 参数模块 更多...

#include <rmvlpara/feature/rune_center.h>

rm::para::RuneCenterParam 的协作图:

Public 成员函数

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 参数模块

成员函数说明

◆ load()

bool rm::para::RuneCenterParam::load ( const std::string & path)

从指定 YAML 文件中加载 RuneCenterParam

注解
YAML 文件的后缀允许是 *.yml*.yaml
参数
[in]path参数路径
返回
是否加载成功

类成员变量说明

◆ MAX_AREA

float rm::para::RuneCenterParam::MAX_AREA = 1000.f

最大面积

注解
默认值:1000.f

◆ MAX_RATIO

float rm::para::RuneCenterParam::MAX_RATIO = 1.44f

最大比率

注解
默认值:1.44f

◆ MIN_AREA

float rm::para::RuneCenterParam::MIN_AREA = 10.f

最小面积

注解
默认值:10.f

◆ MIN_RATIO

float rm::para::RuneCenterParam::MIN_RATIO = 0.7f

最小比率

注解
默认值:0.7f

该结构体的文档由以下文件生成: