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

#include <opencv2/rgbd/intrinsics.hpp>

cv::kinfu::Intr 的协作图

结构  Projector
 
结构  Reprojector
 相机内参。 更多...
 

公有成员函数

 Intr ()
 
 Intr (cv::Matx33f m)
 
 Intr (float _fx, float _fy, float _cx, float _cy)
 
cv::Matx33f getMat () const
 
Projector makeProjector () const
 
Reprojector makeReprojector () const
 
Intr scale (int pyr) const
 

公有属性

float cx
 
float cy
 
float fx
 
float fy
 

构造函数和析构函数文档

◆ Intr() [1/3]

cv::kinfu::Intr::Intr ( )
inline

◆ Intr() [2/3]

cv::kinfu::Intr::Intr ( float  _fx,
float  _fy,
float  _cx,
float  _cy 
)
inline

◆ Intr() [3/3]

cv::kinfu::Intr::Intr ( cv::Matx33f  m)
inline

成员函数文档

◆ getMat()

cv::Matx33f cv::kinfu::Intr::getMat ( ) const
inline

◆ makeProjector()

Projector cv::kinfu::Intr::makeProjector ( ) const
inline

◆ makeReprojector()

Reprojector cv::kinfu::Intr::makeReprojector ( ) const
inline

◆ scale()

Intr cv::kinfu::Intr::scale ( int  pyr) const
inline
以下是此函数的调用图

成员数据文档

◆ cx

float cv::kinfu::Intr::cx

◆ cy

float cv::kinfu::Intr::cy

◆ fx

float cv::kinfu::Intr::fx

◆ fy

float cv::kinfu::Intr::fy

此结构的文档由以下文件生成