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

Function ThrowUnknownFeatureExtractorType

src/colmap/feature/extractor.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace {
38
39void ThrowUnknownFeatureExtractorType(FeatureExtractorType type) {
40 std::ostringstream error;
41 error << "Unknown feature extractor type: " << type;
42 throw std::runtime_error(error.str());
43}
44
45} // namespace
46

Callers 4

RequiresRGBMethod · 0.85
RequiresOpenGLMethod · 0.85
EffMaxImageSizeMethod · 0.85
CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected