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

Function ThrowUnknownFeatureMatcherType

src/colmap/feature/matcher.cc:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace {
39
40void ThrowUnknownFeatureMatcherType(FeatureMatcherType type) {
41 std::ostringstream error;
42 error << "Unknown feature matcher type: " << type;
43 throw std::runtime_error(error.str());
44}
45
46} // namespace
47

Callers 2

RequiresOpenGLMethod · 0.85
CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected