RMVL  1.0.0
RoboMaster Vision Library
模块 | | 类型定义 | 函数
图像轮廓特征(数据组件)
图像轮廓特征(数据组件) 的协作图:

模块

 装甲模块灯条
 
 前哨、基地的引导灯
 
 神符旋转中心特征
 
 神符靶心特征
 

class  rm::feature
 图像中的轮廓特征 更多...
 

类型定义

using rm::feature_ptr = std::shared_ptr< feature >
 特征共享指针 更多...
 

函数

virtual rm::feature::~feature ()=0
 

详细描述

类型定义说明

◆ feature_ptr

using rm::feature_ptr = typedef std::shared_ptr<feature>

#include <rmvl/feature/feature.h>

特征共享指针

函数说明

◆ ~feature()

rm::feature::~feature ( )
inlinepure virtualdefault