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

Method HasBitmap

src/colmap/mvs/workspace.cc:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool Workspace::HasBitmap(const int image_idx) const {
144 return ExistsFile(GetBitmapPath(image_idx));
145}
146
147bool Workspace::HasDepthMap(const int image_idx) const {
148 return ExistsFile(GetDepthMapPath(image_idx));

Callers 2

RunMethod · 0.80
TEST_PFunction · 0.80

Calls 1

ExistsFileFunction · 0.85

Tested by 1

TEST_PFunction · 0.64