RMVL
1.2.0
Robotic Manipulation and Vision Library
|
识别检测模块 更多...
#include <rmvl/detector/detector.h>
Public 类型 | |
using | ptr = std::unique_ptr< detector > |
Public 成员函数 | |
detector ()=default | |
virtual | ~detector ()=default |
virtual DetectInfo | detect (std::vector< group::ptr > &groups, cv::Mat &src, PixChannel color, const GyroData &gyro_data, double tick)=0 |
识别接口 更多... | |
Protected 属性 | |
double | _tick |
每一帧对应的时间点 更多... | |
GyroData | _gyro_data |
每一帧对应的陀螺仪数据 更多... | |
识别检测模块
using rm::detector::ptr = std::unique_ptr<detector> |
|
default |
|
virtualdefault |
|
pure virtual |
识别接口
[in,out] | groups | 序列组容器 |
[in] | src | 原图像 |
[in] | color | 待处理的颜色通道 |
[in] | gyro_data | 陀螺仪数据 |
[in] | tick | 当前时间点 |
在 rm::GyroDetector, rm::TagDetector, rm::RuneDetector , 以及 rm::ArmorDetector 内被实现.
|
protected |
每一帧对应的陀螺仪数据
|
protected |
每一帧对应的时间点