会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ImageDC
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2015年4月16日
3维图像分割显示 标签: 图像分割level set3dmatlab 2015-04-16 17:59 228人阅读 评论(0)
摘要: Code: 本代码完成的功能是: 对3维数据进行thresholding,之后以此作为水平集的初始化轮廓,最后在3D中显示Lsf的0水平集 clear all; close all; load lsf_half.mat; im = lsf; BW = (lsf>100); lsf = 4.*(...
阅读全文
posted @ 2015-04-16 17:59 ImageDC
阅读(396)
评论(0)
推荐(0)
编辑
2015年3月24日
EM 算法 标签: clusteringalgorithm图像分割EM算法 2015-03-24 21:26 426人阅读 评论(0)
摘要: 1. AlgorithmTheory 1.1. EMAlgorithm Suppose we have an estimation problem in which we have a training set .We wish to fit the parameters ...
阅读全文
posted @ 2015-03-24 21:26 ImageDC
阅读(479)
评论(0)
推荐(0)
编辑
2015年3月23日
kmeans算法分割图像 标签: kmeans图像分割算法 2015-03-23 20:02 509人阅读 评论(0)
摘要: 算法 Input an image: Step1: Initialize: Step2: Repeat until convergence:{ }算法与Matlab比较 代码和实验结果clearclcimg = imread('brainweb91.tif');img = ...
阅读全文
posted @ 2015-03-23 20:02 ImageDC
阅读(134)
评论(0)
推荐(0)
编辑
上一页
1
2
3