RMVL
1.5.0-dev
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, const cv::Mat &src, PixChannel color, const ImuData &imu_data, double tick)=0 |
识别接口 | |
Protected 属性 | |
double | _tick |
每一帧对应的时间点 | |
ImuData | _imu_data |
每一帧对应的 IMU 数据 | |
识别检测模块
using rm::detector::ptr = std::unique_ptr<detector> |
|
default |
|
virtualdefault |
|
pure virtual |
识别接口
[in,out] | groups | 序列组容器 |
[in] | src | 原图像 |
[in] | color | 待处理的颜色通道 |
[in] | imu_data | IMU 数据 |
[in] | tick | 当前时间点 |
在 rm::ArmorDetector, rm::GyroDetector, rm::RuneDetector , 以及 rm::TagDetector 内被实现.
|
protected |
每一帧对应的 IMU 数据
|
protected |
每一帧对应的时间点