随笔分类 -  绘制图像

摘要:代码为转载,出处找不到了,不贴了工具条进度条:// ConvertColor.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include #pragma comment(lib,"opencv_core2410d.lib")... 阅读全文
posted @ 2014-12-19 22:22 wangyaning 阅读(837) 评论(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 阅读(505) 评论(0) 推荐(0)
摘要:另外一篇文章地址:这个比较详细,但是程序略显简单,现在这个程序是比较复杂的http://blog.csdn.net/wangyaninglm/article/details/17091901整个项目下载地址:http://download.csdn.net/detail/wangyaninglm/8... 阅读全文
posted @ 2014-12-10 16:43 wangyaning 阅读(345) 评论(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 阅读(299) 评论(0) 推荐(0)
摘要:图片对比,计算不同像素个数,已经比率。实现人工分割跟算法分割图像结果的对比,但是只能用灰度图像作为输入// imageMaskComparison.cpp : 定义控制台应用程序的入口点。//// imageMaskComparison.cpp : 定义控制台应用程序的入口点。//#include ... 阅读全文
posted @ 2014-09-14 23:45 wangyaning 阅读(613) 评论(0) 推荐(0)