摘要: // image_pyramid.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std;#include "opencv2/imgproc/imgproc.hpp"#include "opencv... 阅读全文
posted @ 2014-12-10 17:31 wangyaning 阅读(282) 评论(0) 推荐(0) 编辑
摘要: /*------------------------------------------------------------------------------------------*\ This file contains material supporting chapter 7 of t... 阅读全文
posted @ 2014-12-10 17:22 wangyaning 阅读(1987) 评论(0) 推荐(0) 编辑
摘要: 另外一篇文章地址:这个比较详细,但是程序略显简单,现在这个程序是比较复杂的http://blog.csdn.net/wangyaninglm/article/details/17091901整个项目下载地址:http://download.csdn.net/detail/wangyaninglm/8... 阅读全文
posted @ 2014-12-10 16:43 wangyaning 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 代码出处,opencv2 cookbook:/*------------------------------------------------------------------------------------------*\ This file contains material sup... 阅读全文
posted @ 2014-12-10 16:19 wangyaning 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 代码:出处忘了//// Example 13-1. Using K-means/////* *************** License:************************** Oct. 3, 2008 Right to use this code in any way yo... 阅读全文
posted @ 2014-12-10 16:00 wangyaning 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 参考:这个帖子的主要代码有错误,根据回帖改了一些http://www.cnblogs.com/tornadomeet/archive/2012/06/06/2538695.html// meanshift.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"// mea... 阅读全文
posted @ 2014-12-10 10:55 wangyaning 阅读(2754) 评论(0) 推荐(0) 编辑