![]() |
OpenCV 4.12.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) |
| 匯入重建檔案。 | |