OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
io.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for io.hpp:
This graph shows which files directly or indirectly include this file:

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.