摘要: void savesrt(const string save_path,Mat R,Mat t) { cv::FileStorage fs(save_path, cv::FileStorage::WRITE); fs << "R" << R; fs << "t" << t; fs.release() 阅读全文
posted @ 2021-11-16 16:58 开锁球 阅读(37) 评论(0) 推荐(0)