OpenCV 4.10.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 导入重建。