能量机关识别模块(包含已激活、未激活)
更多...
#include <rmvl/detector/rune_detector.h>
◆ ptr
◆ detect()
DetectInfo rm::RuneDetector::detect |
( |
std::vector< group::ptr > & | groups, |
|
|
const cv::Mat & | src, |
|
|
uint8_t | color, |
|
|
const ImuData & | imu_data, |
|
|
double | tick ) |
|
overridevirtual |
Python: |
---|
| rm.RuneDetector.detect( | groups, src, color, imu, tick | ) -> | info |
神符识别核心函数
- 参数
-
[in,out] | groups | 所有序列组 |
[in] | src | 原图像 |
[in] | color | 待识别的颜色 |
[in] | imu_data | IMU 数据 |
[in] | tick | 当前时间点 |
- 返回
- 识别信息结构体
实现了 rm::detector.
◆ make_detector()
static ptr rm::RuneDetector::make_detector |
( |
| ) |
|
|
inlinestatic |
Python: |
---|
| rm.RuneDetector.make_detector( | | ) -> | <rm.RuneDetector object> |
该类的文档由以下文件生成: