摘要: /*#include "cv.h"#include "highgui.h" using namespace cv; //下面的所有cv相关类型不用加上前缀了 int main(int argc, char* argv[]){ Mat img = imread("502.jpg"); //声明Mat变 阅读全文
posted @ 2016-06-04 14:17 steven_xiu 阅读(127) 评论(0) 推荐(0)
摘要: #include #include "LoadInfo.h" #include "GroundPlaneEstimation.h" #include #include #include "config.h" using namespace cv; using namespace std; #include "LP_Interface.h" std::string getFileN... 阅读全文
posted @ 2016-06-04 02:40 steven_xiu 阅读(155) 评论(0) 推荐(0)
摘要: int a; int* a_ptr=&a; int** a_ptr_ptr=&a_ptr; 阅读全文
posted @ 2016-06-04 02:19 steven_xiu 阅读(144) 评论(0) 推荐(0)