MCPcopy Create free account
hub / github.com/colmap/colmap / GetNormalizedRelativePath

Function GetNormalizedRelativePath

src/colmap/util/file.cc:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170std::string GetNormalizedRelativePath(const std::filesystem::path& full_path,
171 const std::filesystem::path& base_path) {
172 return NormalizePath(full_path.lexically_proximate(base_path));
173}
174
175std::vector<std::filesystem::path> GetRecursiveFileList(
176 const std::filesystem::path& path) {

Callers 2

ImageReaderMethod · 0.85
TESTFunction · 0.85

Calls 1

NormalizePathFunction · 0.85

Tested by 1

TESTFunction · 0.68