OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/rgbd/intrinsics.hpp>
公共成员函数 | |
Projector (Intr intr) | |
template<typename T > | |
cv::Point_< T > | operator() (cv::Point3_< T > p) const |
template<typename T > | |
cv::Point_< T > | operator() (cv::Point3_< T > p, cv::Point3_< T > &pixVec) const |
公共属性 | |
float | cx |
float | cy |
float | fx |
float | fy |
将相机空间向量投影到屏幕上
|
inline |
|
inline |
|
inline |
float cv::kinfu::Intr::Projector::cx |
float cv::kinfu::Intr::Projector::cy |
float cv::kinfu::Intr::Projector::fx |
float cv::kinfu::Intr::Projector::fy |