OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
triangulation.hpp 文件参考
#include <opencv2/core.hpp>
triangulation.hpp 的包含依赖关系图
此图显示直接或间接包含此文件的其他文件。

命名空间

命名空间 cv
 
命名空间 cv::sfm
 

函数

void cv::sfm::triangulatePoints (InputArrayOfArrays points2d, InputArrayOfArrays projection_matrices, OutputArray points3d)
 通过三角测量重建一堆点。