| 4066 | } |
| 4067 | |
| 4068 | void Tracking::SaveSubTrajectory(string strNameFile_frames, string strNameFile_kf, string strFolder) |
| 4069 | { |
| 4070 | mpSystem->SaveTrajectoryEuRoC(strFolder + strNameFile_frames); |
| 4071 | //mpSystem->SaveKeyFrameTrajectoryEuRoC(strFolder + strNameFile_kf); |
| 4072 | } |
| 4073 | |
| 4074 | void Tracking::SaveSubTrajectory(string strNameFile_frames, string strNameFile_kf, Map* pMap) |
| 4075 | { |
nothing calls this directly
no test coverage detected