Open3D (C++ API)  0.18.0
Loading...
Searching...
No Matches
ExtractZIP.h
Go to the documentation of this file.
1// ----------------------------------------------------------------------------
2// - Open3D: www.open3d.org -
3// ----------------------------------------------------------------------------
4// Copyright (c) 2018-2023 www.open3d.org
5// SPDX-License-Identifier: MIT
6// ----------------------------------------------------------------------------
7
8// Do not include this in public facing header.
9
10#pragma once
11
12#include <string>
13
14namespace open3d {
15namespace utility {
16
20void ExtractFromZIP(const std::string& file_path,
21 const std::string& extract_dir);
22
23} // namespace utility
24} // namespace open3d
void ExtractFromZIP(const std::string &file_path, const std::string &extract_dir)
Function to extract files compressed in .zip format.
Definition ExtractZIP.cpp:159
Definition PinholeCameraIntrinsic.cpp:16