RMVL
1.0.0
RoboMaster Vision Library
|
整车状态识别模块 更多...
#include <rmvl/detector/gyro_detector.h>
Public 成员函数 | |
GyroDetector (int armor_num) | |
~GyroDetector ()=default | |
DetectInfo | detect (std::vector< group_ptr > &groups, cv::Mat &src, rm::PixChannel color, const GyroData &gyro_data, int64 record_time) override |
装甲板识别核心函数 更多... | |
Public 成员函数 继承自 rm::detector | |
detector ()=default | |
virtual | ~detector ()=default |
静态 Public 成员函数 | |
static std::unique_ptr< GyroDetector > | make_detector (int armor_num=0) |
构建 GyroDetector 更多... | |
额外继承的成员函数 | |
Protected 属性 继承自 rm::detector | |
std::int64_t | _tick |
每一帧对应的时间戳 更多... | |
GyroData | _gyro_data |
每一帧对应的陀螺仪数据 更多... | |
整车状态识别模块
|
inline |
|
default |
|
overridevirtual |
装甲板识别核心函数
[in,out] | groups | 序列组容器 |
[in] | src | 原图像 |
[in] | color | 待识别的颜色 |
[in] | gyro_data | 陀螺仪数据 |
[in] | record_time | 时间戳 |
实现了 rm::detector.
|
inlinestatic |
构建 GyroDetector