RMVL
1.5.0-dev
Robotic Manipulation and Vision Library
|
AprilTag 识别器 更多...
#include <rmvl/detector/tag_detector.h>
Public 成员函数 | |
TagDetector () | |
~TagDetector () | |
TagDetector (const TagDetector &)=delete | |
TagDetector (TagDetector &&)=delete | |
DetectInfo | detect (std::vector< group::ptr > &groups, const cv::Mat &src, PixChannel color, const ImuData &imu_data, double tick) override |
识别接口 | |
Public 成员函数 继承自 rm::detector | |
detector ()=default | |
virtual | ~detector ()=default |
静态 Public 成员函数 | |
static std::unique_ptr< TagDetector > | make_detector () |
构造 TagDetector | |
额外继承的成员函数 | |
Public 类型 继承自 rm::detector | |
using | ptr = std::unique_ptr<detector> |
Protected 属性 继承自 rm::detector | |
double | _tick |
每一帧对应的时间点 | |
ImuData | _imu_data |
每一帧对应的 IMU 数据 | |
AprilTag 识别器
rm::TagDetector::TagDetector | ( | ) |
rm::TagDetector::~TagDetector | ( | ) |
|
delete |
|
delete |
|
overridevirtual |
识别接口
type
和 corners
方法可以获取[in,out] | groups | 所有序列组 |
[in] | src | 原图像 |
[in] | color | 待处理颜色 |
[in] | imu_data | 当前 IMU 数据 |
[in] | tick | 当前时间点 |
实现了 rm::detector.
|
inlinestatic |
构造 TagDetector