随笔分类 -  OPENCV

opencv 相关知识点
vs2010 链接OpenCV 静态库
摘要:1. 添加opencv 头文件路径 Properties-> VC++ Directories -> Include Directories += $(OPENCV_INC)2. runtime library 由dll改为非dll Properties-> c/c++ / Code Genera... 阅读全文

posted @ 2015-08-13 11:57 VincentEcho 阅读(577) 评论(0) 推荐(0)

Linux 上安装使用opencv环境准备
摘要:Installation in LinuxThese steps have been tested for Ubuntu 10.04 but should work with other distros as well.Required PackagesGCC 4.4.x or laterCMake... 阅读全文

posted @ 2015-02-03 09:53 VincentEcho 阅读(378) 评论(0) 推荐(0)

opencv 调试时不显示图像
摘要:调试opencv程序时,发现使用cvShowImage函数无法显示图片,显示窗口完全灰化。解决办法就是在后面加上waitkey函数。1 IplImage *gray = cvLoadImage(imgFile.c_str(), CV_LOAD_IMAGE_GRAYSCALE);2 cvSho... 阅读全文

posted @ 2014-11-19 17:21 VincentEcho 阅读(1058) 评论(0) 推荐(0)

导航