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 阅读(396) 评论(0) 推荐(0) 编辑