| 129 | } |
| 130 | |
| 131 | std::filesystem::path Workspace::GetBitmapPath(const int image_idx) const { |
| 132 | return model_.images.at(image_idx).GetPath(); |
| 133 | } |
| 134 | |
| 135 | std::filesystem::path Workspace::GetDepthMapPath(const int image_idx) const { |
| 136 | return depth_map_path_ / GetFileName(image_idx); |
no outgoing calls