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