24 void Extract(
const std::string& file_path,
const std::string& extract_dir);
void Extract(const std::string &file_path, const std::string &extract_dir)
Function to extract compressed files.
Definition: Extract.cpp:32
bool 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....
Definition: Extract.cpp:26
Definition: PinholeCameraIntrinsic.cpp:16