OpenCV
4.10.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::sfm |
Enumerations | |
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 } |
Different supported file formats. More... | |
Functions | |
void | cv::sfm::importReconstruction (const cv::String &file, OutputArrayOfArrays Rs, OutputArrayOfArrays Ts, OutputArrayOfArrays Ks, OutputArrayOfArrays points3d, int file_format=SFM_IO_BUNDLER) |
Import a reconstruction file. | |