OpenCV 4.11.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)
 
虚函数 ~RgbdFrame ()
 
虚函数 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 ( )
虚函数

成员函数文档

◆ 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 )
静态

◆ release()

virtual void cv::rgbd::RgbdFrame::release ( )
虚函数

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

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