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