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 |
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导入重建结果。