2013年3月20日
摘要: 本来说要早早弄好的CCV,现在由于学校渣一般的网速(代码我昨晚通宵才checkout出来)以及自己的惰性,可能要晚几天了,但是楼主说过的每天更新一篇博文的承诺绝对不会食言,楼主会尽快补上的,这几天遇到了一个小bug,现在总结一下error LNK2001: unresolved external symbol "__declspec(dllimport) public这个bugerror LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_s 阅读全文
posted @ 2013-03-20 01:53 hqqxyy 阅读(5913) 评论(0) 推荐(1) 编辑
摘要: // skeletonHand.cpp : Defines the entry point for the console application.//// STL Header#include "stdafx.h"#include <iostream>#include <vector> // OpenCV Header#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include <opencv2/imgproc/imgpro 阅读全文
posted @ 2013-03-20 00:22 hqqxyy 阅读(1106) 评论(3) 推荐(0) 编辑