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

Enum SceneType

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

Source from the content-addressed store, hash-verified

38 "A flag determining if the results should be drawn and shown.");
39
40enum SceneType { FundamentalMatrixScene, HomographyScene, EssentialMatrixScene };
41enum Dataset { kusvod2, extremeview, homogr, adelaidermf, multih, strecha };
42
43// A method applying MAGSAC for fundamental matrix estimation to one of the built-in scenes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected