finalize application instance
| 158 | |
| 159 | // finalize application instance |
| 160 | void 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 |
| 170 | bool ParseImage(Scene& scene, const String& imagePath, const String& cameraPath, const String& depthPath, |
nothing calls this directly
no outgoing calls
no test coverage detected