|
Open3D (C++ API)
0.15.1
|
#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| open3d | |
| open3d::utility | |
Functions | |
| std::string | open3d::utility::GetMD5 (const std::string &file_path) |
| Computes MD5 Hash for the given file. More... | |
| std::string | open3d::utility::DownloadFromURL (const std::string &url, const std::string &md5, const std::string &prefix, const std::string &data_root="") |
| Download a file from URL. More... | |
| std::string | open3d::utility::DownloadFromURL (const std::vector< std::string > &urls, const std::string &md5, const std::string &prefix, const std::string &data_root="") |
| Download a file from list of mirror URLs. More... | |
1.8.13