![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
装甲板识别信息结构体 更多...
#include <rmvl/detector/gyro_detector.h>
Public 属性 | |
| cv::Mat | src |
| 原图 | |
| cv::Mat | gray |
| 灰度图列表 | |
| cv::Mat | bin |
| 二值图列表 | |
| std::vector< cv::Mat > | rois |
| ROI 列表 | |
| cv::Mat | rendergraph |
| 渲染图 | |
| std::vector< combo::ptr > | combos |
| 当前帧所有组合体 | |
| std::vector< feature::ptr > | features |
| 当前帧所有特征 | |
装甲板识别信息结构体
| cv::Mat rm::GyroDetectorInfo::bin |
二值图列表
| std::vector<combo::ptr> rm::GyroDetectorInfo::combos |
当前帧所有组合体
| std::vector<feature::ptr> rm::GyroDetectorInfo::features |
当前帧所有特征
| cv::Mat rm::GyroDetectorInfo::gray |
灰度图列表
| cv::Mat rm::GyroDetectorInfo::rendergraph |
渲染图
| std::vector<cv::Mat> rm::GyroDetectorInfo::rois |
ROI 列表
| cv::Mat rm::GyroDetectorInfo::src |
原图