OpenCV  4.5.0
Open Source Computer Vision
Namespaces | Enumerations | Functions
io.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 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. More...