Fork me on GitHub
摘要: OpenCV GUI 之VC WIn32+OpenCV 实现细胞计数SkySeraphMar 19th 2011 HQUEmail:zgzhaobo@gmail.com QQ:452728574 Latest Modified Date:Mar 19th 2011HQU 1 #include "iostream" 2 using namespace std; 3 4 #include "highgui.h" 5 #include "cv.h" 6 7 #pragma comment(lib,"cv.lib") 8 阅读全文
posted @ 2011-03-19 11:09 SkySeraph 阅读(3931) 评论(0) 推荐(2) 编辑