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