OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
输入/输出

详细描述

枚举

枚举  {
  cv::sfm::SFM_IO_BUNDLER = 0 ,
  cv::sfm::SFM_IO_VISUALSFM = 1 ,
  cv::sfm::SFM_IO_OPENSFM = 2 ,
  cv::sfm::SFM_IO_OPENMVG = 3 ,
  cv::sfm::SFM_IO_THEIASFM = 4
}
 不同的支持文件格式。 更多…
 

函数

void cv::sfm::importReconstruction (const cv::String &file, OutputArrayOfArrays Rs, OutputArrayOfArrays Ts, OutputArrayOfArrays Ks, OutputArrayOfArrays points3d, int file_format=SFM_IO_BUNDLER)
 导入重建文件。
 

枚举类型文档

◆ 匿名枚举

匿名枚举

#include <opencv2/sfm/io.hpp>

不同的支持文件格式。

枚举器
SFM_IO_BUNDLER 
SFM_IO_VISUALSFM 
SFM_IO_OPENSFM 
SFM_IO_OPENMVG 
SFM_IO_THEIASFM 

函数文档

◆ importReconstruction()

void cv::sfm::importReconstruction ( const cv::String & file,
OutputArrayOfArrays Rs,
OutputArrayOfArrays Ts,
OutputArrayOfArrays Ks,
OutputArrayOfArrays points3d,
int file_format = SFM_IO_BUNDLER )

#include <opencv2/sfm/io.hpp>

导入重建文件。

参数
file文件的路径。
Rs摄像机3x3旋转的输出向量
Ts摄像机3x1平移的输出向量。
Ks摄像机3x3内参的输出向量。
points3d包含3D点的输出数组。大小为3 x N。
file_format要导入的文件格式。

该函数支持从Bundler导入重建结果。