OpenCV
4.0.0-beta
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
cv | |
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, OutputArray points3d, int file_format=SFM_IO_BUNDLER) |
Import a reconstruction file. More... | |