2019年4月18日

C++———Vector

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 typedef struct rect 9 { 10 int id; 11 int length; 12 int width; 13 14 //对于向量元素是... 阅读全文

posted @ 2019-04-18 23:13 AI大道理 阅读(262) 评论(0) 推荐(0) 编辑

C++——Vector

摘要: 1 #include "opencv2/objdetect.hpp" 2 #include "opencv2/videoio.hpp" 3 #include "opencv2/highgui.hpp" 4 #include ... 阅读全文

posted @ 2019-04-18 23:12 AI大道理 阅读(298) 评论(0) 推荐(0) 编辑

导航