上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 156 下一页

2014年12月11日

OpenCV 实现分水岭算法

摘要: 种子点的标记没有太搞懂,这个算法的速度还是很快的 // watershed_test20140801.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" // // ch9_watershed image // This is an exac... 阅读全文

posted @ 2014-12-11 11:11 吴一达 阅读(297) 评论(0) 推荐(0)

OpenCV 矩形轮廓检测

摘要: 转载请注明出处:http://blog.csdn.net/wangyaninglm/article/details/44151213, 来自:shiter编写程序的艺术 基础介绍 OpenCV里提取目标轮廓的函数是findContours,它的输入图像是一幅二值图像,输出的是每一个... 阅读全文

posted @ 2014-12-11 11:01 吴一达 阅读(2834) 评论(0) 推荐(1)

OpenCV 轮廓检测

摘要: 读入彩色3通道图像,转换成灰度图像,再转换成二值图像,完后检测轮廓。 // cvtcolor.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include #include #pragma comment(lib, "... 阅读全文

posted @ 2014-12-11 10:49 吴一达 阅读(327) 评论(0) 推荐(0)

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 吴一达 阅读(149) 评论(0) 推荐(0)

OpenCV 直线检测

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

posted @ 2014-12-10 17:22 吴一达 阅读(307) 评论(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 吴一达 阅读(175) 评论(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 吴一达 阅读(352) 评论(0) 推荐(0)

2014年12月9日

Eclipse修改工程名字

摘要: 1:修改项目目录下:.project文件 GZELearning2:项目右键属性 --> Web Project Settings --> Context root3:修改项目目录下:.settings\org.eclipse... 阅读全文

posted @ 2014-12-09 21:19 吴一达 阅读(308) 评论(0) 推荐(0)

上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 156 下一页

导航