| 46 | namespace ns_ikalibr { |
| 47 | |
| 48 | CameraDataLoader::CameraDataLoader(CameraModelType model) |
| 49 | : _model(model) {} |
| 50 | |
| 51 | CameraDataLoader::Ptr CameraDataLoader::GetLoader(const std::string &modelStr) { |
| 52 | // try extract radar model |
nothing calls this directly
no outgoing calls
no test coverage detected