| 328 | } |
| 329 | |
| 330 | void system::abort_loop_BA() |
| 331 | { |
| 332 | global_optimizer_->abort_loop_BA(); |
| 333 | } |
| 334 | |
| 335 | // (default) monocular |
| 336 | Mat44_t system::feed_monocular_frame(const cv::Mat &img, const double timestamp, const cv::Mat &mask) |
nothing calls this directly
no outgoing calls
no test coverage detected