随笔分类 -  图像分割

摘要:转载请注明出处:http://blog.csdn.net/wangyaninglm/article/details/44151213,来自:shiter编写程序的艺术 1.绪论图切割算法是组合图论的经典算法之一。近年来,许多学者将其应用到图像和视频分割中,取得了很好的效果。本文简单介绍了图切算法和交... 阅读全文
posted @ 2017-11-17 22:28 wangyaning 阅读(595) 评论(0) 推荐(0)
摘要:转载请注明出处:http://blog.csdn.net/wangyaninglm/article/details/44151213,来自:shiter编写程序的艺术 1.绪论图切割算法是组合图论的经典算法之一。近年来,许多学者将其应用到图像和视频分割中,取得了很好的效果。本文简单介绍了图切算法和交... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(18185) 评论(0) 推荐(2)
摘要:#include #include #include #define MAX_CLUSTERS (8)using namespace std;int main( int argc, char **argv){IplImage *imgA = cvLoadImage( "1.jpg", CV_LOAD... 阅读全文
posted @ 2014-12-15 16:06 wangyaning 阅读(177) 评论(0) 推荐(0)
摘要:#include #include #include #define MAX_CLUSTERS (8)using namespace std;int main( int argc, char **argv){IplImage *imgA = cvLoadImage( "1.jpg", CV_LOAD... 阅读全文
posted @ 2014-12-15 16:06 wangyaning 阅读(177) 评论(0) 推荐(0)
摘要:种子点的标记没有太搞懂,这个算法的速度还是很快的// watershed_test20140801.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//// ch9_watershed image// This is an exact copy of the w... 阅读全文
posted @ 2014-12-11 11:11 wangyaning 阅读(495) 评论(0) 推荐(0)
摘要:种子点的标记没有太搞懂,这个算法的速度还是很快的// watershed_test20140801.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//// ch9_watershed image// This is an exact copy of the w... 阅读全文
posted @ 2014-12-11 11:11 wangyaning 阅读(495) 评论(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 阅读(2762) 评论(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 阅读(2762) 评论(0) 推荐(0)
摘要:// watershed_test20140801.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//// ch9_watershed image// This is an exact copy of the watershed.cpp demo in the... 阅读全文
posted @ 2014-08-02 00:03 wangyaning 阅读(411) 评论(0) 推荐(0)
摘要:// watershed_test20140801.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//// ch9_watershed image// This is an exact copy of the watershed.cpp demo in the... 阅读全文
posted @ 2014-08-02 00:03 wangyaning 阅读(411) 评论(0) 推荐(0)