Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Extract.cpp File Reference
#include "open3d/utility/Extract.h"
#include <unordered_map>
#include "open3d/utility/ExtractZIP.h"
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"

Namespaces

namespace  open3d
namespace  open3d::utility

Functions

bool open3d::utility::IsSupportedCompressedFilePath (const std::string &file_path)
 Returns true if the file is a supported compressed file path. It does not check if the file exists. It only checks the file extension.
void open3d::utility::Extract (const std::string &file_path, const std::string &extract_dir)
 Function to extract compressed files.