摘要: 1 #include <iostream> 2 #include <fstream> 3 using namespace std; 4 #include <opencv2/core/core.hpp> 5 #include <opencv2/highgui/highgui.hpp> 6 #inclu 阅读全文
posted @ 2018-02-02 22:54 灰色的石头 阅读(3058) 评论(0) 推荐(1) 编辑
摘要: // ceres 版本 1 #include <opencv2/core/core.hpp> 2 #include <ceres/ceres.h> 3 #include <chrono> 4 5 using namespace std; 6 7 // 代价函数的计算模型 8 struct CURVE 阅读全文
posted @ 2018-02-02 22:53 灰色的石头 阅读(3380) 评论(7) 推荐(0) 编辑