MCPcopy Create free account
hub / github.com/danini/magsac / dataset2str

Function dataset2str

examples/cpp_example.cpp:285–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285std::string dataset2str(Dataset dataset_)
286{
287 switch (dataset_)
288 {
289 case Dataset::strecha:
290 return "strecha";
291 case Dataset::homogr:
292 return "homogr";
293 case Dataset::extremeview:
294 return "extremeview";
295 case Dataset::kusvod2:
296 return "kusvod2";
297 case Dataset::adelaidermf:
298 return "adelaidermf";
299 case Dataset::multih:
300 return "multih";
301 default:
302 return "unknown";
303 }
304}
305
306std::vector<std::string> getAvailableTestScenes(
307 const SceneType scene_type_,

Callers 1

runTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected