TagDetectorParam 参数模块
更多...
#include <rmvlpara/detector/tag_detector.h>
◆ TagDetectorParam()
| rm::para::TagDetectorParam::TagDetectorParam |
( |
| ) |
|
|
default |
◆ read()
| bool rm::para::TagDetectorParam::read |
( |
const std::string & | path | ) |
|
| Python: |
|---|
| rm.TagDetectorParam.read( | path | ) -> | <success ?> |
从指定 YAML 文件中加载,并读取至 TagDetectorParam 中
- 注解
YAML 文件的后缀允许是 *.yml 和 *.yaml
- 参数
-
- 返回
- 是否读取成功
◆ write()
| bool rm::para::TagDetectorParam::write |
( |
const std::string & | path | ) |
const |
| Python: |
|---|
| rm.TagDetectorParam.write( | path | ) -> | <success ?> |
◆ MAX_TRACKER_DELTA_DIS
| float rm::para::TagDetectorParam::MAX_TRACKER_DELTA_DIS = 255.f |
识别为相同追踪器时,Tag 中心在两帧之间允许的最大距离
默认值:255.f
该类的文档由以下文件生成: