Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Namespaces | Functions
Download.h File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  open3d
 
namespace  open3d::utility
 

Functions

std::string open3d::utility::GetMD5 (const std::string &file_path)
 Computes MD5 Hash for the given file.
 
std::string open3d::utility::DownloadFromURL (const std::string &url, const std::string &md5, const std::string &download_dir)
 Download a file from URL. If a file already exists and the MD5 hash matches, the download will be skipped.
 
std::string open3d::utility::DownloadFromMirrors (const std::vector< std::string > &mirrors, const std::string &md5, const std::string &download_dir)
 Download a file from list of mirror URLs. If a file already exists and the MD5 hash matches, the download will be skipped. All file names must be the same in mirrors.