资源简介
应用MATLAB编写的图像分割程序,应用边界信息与基于mumford-shah泛函的先验形状的图像分割
代码片段和文件信息
% Author: Xavier Bresson (xbresson at math.ucla.edu)
% Last version: Oct 06 2008
% Name: createTrainingSetOfEllipses
% Description: This function computes the signed distance functions of 30
% random ellipses.
function createTrainingSetOfEllipses
close all;
% parameters
Nb_ellipses = 30; % number of ellipses
N = 3000; % number of points for the parametric representation of ellipses
Nx = 128; Ny = Nx; % size of image domain
a_mean = 27;
b_mean = 22;
a_scale = 2.3;
b_scale = 0;
%%%%%%%%% generate parametric representation of ellipses %%%%%%%%%
disp(‘Generate parametric representation of ellipses‘);
X = zeros(4*NNb_ellipses);
Y = zeros(4*NNb_ellipses);
Nc = Nx/2;
for e=1:Nb_ellipses
a = a_mean+ a_scale^2* randn(1); %
b = b_mean+ b_scale^2* randn(1);
for cpt=N:-1:1
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3732 2008-10-08 14:48 activeContourShapePrior\1-createTrainingSetOfEllipses\createTrainingSetOfEllipses.m
文件 16205 2004-10-04 09:35 activeContourShapePrior\1-createTrainingSetOfEllipses\nrutil.c
文件 3330 2004-10-04 09:35 activeContourShapePrior\1-createTrainingSetOfEllipses\nrutil.h
文件 31164 2008-10-08 12:52 activeContourShapePrior\1-createTrainingSetOfEllipses\pca_mex.c
文件 17338 2008-10-08 14:40 activeContourShapePrior\1-createTrainingSetOfEllipses\sdf_mex.c
文件 17408 2009-05-13 16:48 activeContourShapePrior\1-createTrainingSetOfEllipses\sdf_mex.mexw32
文件 2847 2008-10-08 14:52 activeContourShapePrior\2-computePCA\computePCA.m
文件 23040 2008-10-08 14:49 activeContourShapePrior\2-computePCA\pca_mex.mexw32
文件 25594 2008-10-08 17:34 activeContourShapePrior\3-runActiveContourShapePrior\acsp.c
文件 8931 2008-10-08 15:39 activeContourShapePrior\3-runActiveContourShapePrior\acspBoundaryTerm.c
文件 21473 2008-10-08 14:38 activeContourShapePrior\3-runActiveContourShapePrior\acspBsplines.c
文件 7013 2008-10-08 17:32 activeContourShapePrior\3-runActiveContourShapePrior\acspCommon.h
文件 18703 2008-10-08 14:38 activeContourShapePrior\3-runActiveContourShapePrior\acspExtensionU.c
文件 12894 2008-10-08 14:38 activeContourShapePrior\3-runActiveContourShapePrior\acspReDistLSF.c
文件 79048 2008-10-08 18:05 activeContourShapePrior\3-runActiveContourShapePrior\acspShapeTerms.c
文件 6102 2008-10-08 18:10 activeContourShapePrior\3-runActiveContourShapePrior\acsp_mex.c
文件 75264 2008-10-08 18:29 activeContourShapePrior\3-runActiveContourShapePrior\acsp_mex.mexw32
文件 13262 2009-07-14 11:05 activeContourShapePrior\3-runActiveContourShapePrior\hs_err_pid624.log
文件 8611 2008-10-08 19:06 activeContourShapePrior\3-runActiveContourShapePrior\runActiveContourShapePrior.m
文件 17464 2008-10-08 14:41 activeContourShapePrior\3-runActiveContourShapePrior\sdf_mex.c
文件 17408 2008-10-08 14:53 activeContourShapePrior\3-runActiveContourShapePrior\sdf_mex.mexw32
文件 284501 2009-08-12 14:37 activeContourShapePrior\activeContourShapePrior.docx
文件 117080 2009-07-14 10:49 activeContourShapePrior\data\pcaEllipses.mat
文件 1921367 2009-07-14 10:36 activeContourShapePrior\data\trainingSetEllipses.mat
文件 305 2004-10-05 01:00 activeContourShapePrior\images\ellipse_cut.gif
文件 345 2004-10-05 01:00 activeContourShapePrior\images\ellipse_occlusion.gif
..A.SH. 5632 2009-05-13 16:50 activeContourShapePrior\images\Thumbs.db
文件 1320 2009-07-15 10:39 activeContourShapePrior\readme.txt
目录 0 2009-07-07 11:07 activeContourShapePrior\snake\Edgeba
目录 0 2009-07-07 11:07 activeContourShapePrior\snake\Edgeba
............此处省略10个文件信息
- 上一篇:matlab帮助文档中文版
- 下一篇:基于matlab的图像融合源码
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- mean_shift_segmentation mean shift图像分割软
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
评论
共有 条评论