| 133 | } |
| 134 | |
| 135 | std::filesystem::path Workspace::GetDepthMapPath(const int image_idx) const { |
| 136 | return depth_map_path_ / GetFileName(image_idx); |
| 137 | } |
| 138 | |
| 139 | std::filesystem::path Workspace::GetNormalMapPath(const int image_idx) const { |
| 140 | return normal_map_path_ / GetFileName(image_idx); |
no outgoing calls