AprilTag 识别器
更多...
#include <rmvl/detector/tag_detector.h>
AprilTag 识别器
- 注解
- 仅支持 Tag25h9 格式 [3]
◆ ptr
◆ detect()
DetectInfo rm::TagDetector::detect |
( |
std::vector< group::ptr > & | groups, |
|
|
const cv::Mat & | src, |
|
|
uint8_t | color, |
|
|
const ImuData & | imu_data, |
|
|
double | tick ) |
|
overridevirtual |
Python: |
---|
| rm.TagDetector.detect( | groups, src, color, imu, tick | ) -> | info |
识别接口
- 注解
- 提取出所有角点以及对应的类型,通过
type
和 corners
方法可以获取
- 参数
-
[in,out] | groups | 所有序列组 |
[in] | src | 原图像 |
[in] | color | 待处理颜色 |
[in] | imu_data | 当前 IMU 数据 |
[in] | tick | 当前时间点 |
实现了 rm::detector.
◆ make_detector()
static ptr rm::TagDetector::make_detector |
( |
| ) |
|
|
inlinestatic |
Python: |
---|
| rm.TagDetector.make_detector( | | ) -> | <rm.TagDetector object> |
该类的文档由以下文件生成: