2014年12月10日

OpenCV 金字塔图像缩放

摘要: // image_pyramid.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include using namespace std; #include "opencv2/imgproc/imgproc.hpp" ... 阅读全文

posted @ 2014-12-10 17:31 吴一达 阅读(150) 评论(0) 推荐(0)

OpenCV 直线检测

摘要: /*------------------------------------------------------------------------------------------*\ This file contains material supportin... 阅读全文

posted @ 2014-12-10 17:22 吴一达 阅读(311) 评论(0) 推荐(0)

OpenCV OpenGL手写字符识别

摘要: 另外一篇文章地址:这个比较详细,但是程序略显简单,现在这个程序是比较复杂的 http://blog.csdn.net/wangyaninglm/article/details/17091901 整个项目下载地址: http://download.csdn.net/detail/w... 阅读全文

posted @ 2014-12-10 16:43 吴一达 阅读(267) 评论(0) 推荐(0)

OpenCV处理视频序列的类

摘要: 代码出处,opencv2 cookbook: /*------------------------------------------------------------------------------------------*\ This file contains materi... 阅读全文

posted @ 2014-12-10 16:19 吴一达 阅读(176) 评论(0) 推荐(0)

OpenCV kmeans代码

摘要: 代码:出处忘了 // // Example 13-1. Using K-means // // /* *************** License:************************** Oct. 3, 2008 Right to use this c... 阅读全文

posted @ 2014-12-10 16:00 吴一达 阅读(168) 评论(0) 推荐(0)

OpenCV meanshift 图像分割代码

摘要: 参考:这个帖子的主要代码有错误,根据回帖改了一些 http://www.cnblogs.com/tornadomeet/archive/2012/06/06/2538695.html // meanshift.cpp : 定义控制台应用程序的入口点。 // #include "st... 阅读全文

posted @ 2014-12-10 10:55 吴一达 阅读(353) 评论(0) 推荐(0)

导航