43 void Extract(
const std::string& file_path,
const std::string& extract_dir);
Definition: PinholeCameraIntrinsic.cpp:35
void Extract(const std::string &file_path, const std::string &extract_dir)
Function to extract compressed files.
Definition: Extract.cpp:51
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:45