MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / Finalize

Method Finalize

apps/InterfacePolycam/InterfacePolycam.cpp:160–167  ·  view source on GitHub ↗

finalize application instance

Source from the content-addressed store, hash-verified

158
159// finalize application instance
160void Application::Finalize()
161{
162 MVS::Finalize();
163
164 CLOSE_LOGFILE();
165 CLOSE_LOGCONSOLE();
166 CLOSE_LOG();
167}
168
169// parse image containing calibration, pose, and depth-map information
170bool ParseImage(Scene& scene, const String& imagePath, const String& cameraPath, const String& depthPath,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected