MCPcopy Create free account
hub / github.com/danini/graph-cut-ransac / Problem

Enum Problem

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

Source from the content-addressed store, hash-verified

44struct stat info;
45
46enum Problem {
47 LineFitting,
48 PerspectiveNPointFitting,
49 FundamentalMatrixFitting,
50 EssentialMatrixFitting,
51 HomographyFitting,
52 RigidTransformationFitting
53};
54
55// An example function showing how to fit essential matrix by Graph-Cut RANSAC
56void testEssentialMatrixFitting(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected