2015年4月16日
摘要: 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 阅读(393) 评论(0) 推荐(0) 编辑
  2015年3月24日
摘要: 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 阅读(473) 评论(0) 推荐(0) 编辑
  2015年3月23日
摘要: 算法 Input an image: Step1: Initialize: Step2: Repeat until convergence:{ }算法与Matlab比较 代码和实验结果clearclcimg = imread('brainweb91.tif');img = ... 阅读全文
posted @ 2015-03-23 20:02 ImageDC 阅读(132) 评论(0) 推荐(0) 编辑