OpenCV 4.10.0
开源计算机视觉库
|
#include <opencv2/core.hpp>
命名空间 | |
命名空间 | cv |
磁盘上文件关联的文件存储的“黑盒”表示。 | |
命名空间 | cv::sfm |
枚举 | |
枚举 | { 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) |
导入重建文件。 | |