![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>名前空間 | |
| namespace | cv |
| namespace | cv::sfm |
列挙型 | |
| enum | { 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) |
| 再構成ファイルをインポートする。 | |