OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公有成员函数 | 静态公有成员函数 | 公有属性 | 所有成员列表
cv::rgbd::RgbdFrame 结构体参考

#include <opencv2/rgbd/depth.hpp>

cv::rgbd::RgbdFrame 的协作图

公有成员函数

 RgbdFrame ()
 
 RgbdFrame (const Mat &image, const Mat &depth, const Mat &mask=Mat(), const Mat &normals=Mat(), int ID=-1)
 
virtual ~RgbdFrame ()
 
virtual void release ()
 

静态公有成员函数

static Ptr< RgbdFramecreate (const Mat &image=Mat(), const Mat &depth=Mat(), const Mat &mask=Mat(), const Mat &normals=Mat(), int ID=-1)
 

公有属性

Mat depth
 
int ID
 
Mat image
 
Mat mask
 
Mat normals
 

详细描述

包含帧数据的对象。

构造函数和析构函数文档

◆ RgbdFrame() [1/2]

cv::rgbd::RgbdFrame::RgbdFrame ( )

◆ RgbdFrame() [2/2]

cv::rgbd::RgbdFrame::RgbdFrame ( const Mat image,
const Mat depth,
const Mat mask = Mat(),
const Mat normals = Mat(),
int  ID = -1 
)

◆ ~RgbdFrame()

virtual cv::rgbd::RgbdFrame::~RgbdFrame ( )
virtual

成员函数文档

◆ create()

static Ptr< RgbdFrame > cv::rgbd::RgbdFrame::create ( const Mat image = Mat(),
const Mat depth = Mat(),
const Mat mask = Mat(),
const Mat normals = Mat(),
int  ID = -1 
)
static

◆ release()

virtual void cv::rgbd::RgbdFrame::release ( )
virtual

cv::rgbd::OdometryFrame 中重新实现。

成员数据文档

◆ depth

Mat cv::rgbd::RgbdFrame::depth

◆ ID

int cv::rgbd::RgbdFrame::ID

◆ image

Mat cv::rgbd::RgbdFrame::image

◆ mask

Mat cv::rgbd::RgbdFrame::mask

◆ normals

Mat cv::rgbd::RgbdFrame::normals

此结构体的文档从以下文件生成