|
MVE - Multi-View Environment mve-devel
|


Go to the source code of this file.
Classes | |
| struct | mve::AdditionalCameraInfo |
| Per-camera NVM specific information. More... | |
Namespaces | |
| namespace | mve |
| Multi-View Environment library. | |
Functions | |
| Bundle::Ptr | mve::load_bundler_bundle (std::string const &filename) |
| Loads a Bundler bundle file. | |
| Bundle::Ptr | mve::load_colmap_bundle (std::string const &workspace_path, std::vector< AdditionalCameraInfo > *camera_info) |
| mve::FloatImage::Ptr | mve::load_colmap_depth_map (int scale, mve::CameraInfo &mve_cam, int original_width, int original_height, mve::AdditionalCameraInfo const &cam_info) |
| Bundle::Ptr | mve::load_mve_bundle (std::string const &filename) |
| TODO: For now refers to load_photosynther_bundle(). | |
| Bundle::Ptr | mve::load_nvm_bundle (std::string const &filename, std::vector< AdditionalCameraInfo > *camera_info=nullptr) |
| Loads an NVM bundle file while providing NVM specific information. | |
| Bundle::Ptr | mve::load_photosynther_bundle (std::string const &filename) |
| Loads a Photosynther bundle file. | |
| void | mve::save_mve_bundle (Bundle::ConstPtr bundle, std::string const &filename) |
| TODO: For now refers to save_photosynther_bundle(). | |
| void | mve::save_photosynther_bundle (Bundle::ConstPtr bundle, std::string const &filename) |
| Writes a Photosynther bundle file. | |