/* OpenCV use ====================================== */
#if (defined(DEBUG) || defined(_DEBUG))
#pragma comment(lib, "cxcored.lib")
#pragma comment(lib, "cvd.lib")
#pragma comment(lib, "highguid.lib")
#else
#pragma comment(lib, "cxcore.lib")
#pragma comment(lib, "cv.lib")
#pragma comment(lib, "highgui.lib")
#endif
#include "cv.h"
#include "cxcore.h"
#include "highgui.h"
/#include "cvcam.h" // OpenCV_pre1.1 -> highgui.h
/* OpenCV use end ================================== */
#if (defined(DEBUG) || defined(_DEBUG))
#pragma comment(lib, "cxcored.lib")
#pragma comment(lib, "cvd.lib")
#pragma comment(lib, "highguid.lib")
#else
#pragma comment(lib, "cxcore.lib")
#pragma comment(lib, "cv.lib")
#pragma comment(lib, "highgui.lib")
#endif
#include "cv.h"
#include "cxcore.h"
#include "highgui.h"
/#include "cvcam.h" // OpenCV_pre1.1 -> highgui.h
/* OpenCV use end ================================== */
댓글
댓글 쓰기