OpenCV 4.12.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 深度
 
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 & 深度,
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

此結構的文件由以下檔案生成