登录
首页 » matlab » activeContoursSnakesDemo

activeContoursSnakesDemo

于 2010-07-05 发布 文件大小:326KB
0 224
下载积分: 1 下载次数: 66

代码说明:

  本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。 3。只要你点击“过滤器”,头发会出现交叉,用他们和你左击鼠标,您可以选择在图像上的初始轮廓的位置。会出现一个红色圆圈到处您单击并在多数情况下,你应该单击对象周围的一切你想要的部分。最后一点,必须挑选使用右键单击,以阻止更多的积分为MATLAB的要求。 4。设置各种蛇参数(在能源方面的相对权重的蛇目标函数)或离开它们的默认值,然后按一下他们“迭代”按钮。蛇会出现和移动,因为它收敛到它的低能量状态。(This demo implements the Active Contour Models as proposed by Kass et al. To run it with GUI 1. Type guide on the matlab prompt. 2. Click on "Go to Existing GUI" 3. Select the snk.fig file in the same directory as this file 4. Click the green arrow at the top to launch the GUI Once the GUI has been launched, you can use snakes by 1. Click on "New Image" and load an input image. Samples image are provided. 2. Set the smoothing parameter "sigma" or leave it at its default value and click "Filter". This will smooth the image. 3. As soon as you click "Filter", cross hairs would appear and using them and left click of you mouse you can pick initial contour location on the image. A red circle would appear everywhere you click and in most cases you should click all the way around the object you want to segment. The last point must be picked using a right-click in order to stop matlab for asking for more points. 4. Set the various snake paramete)

文件列表:

activeContoursDemo
..................\activeContours_Snakes.pdf,364184,2010-07-02
..................\chest.pgm,47490,2005-11-06

..................\filter_function.m,2448,2010-07-02
..................\getsnake.m,2974,2010-07-02
..................\heart.pgm,25615,2005-11-06
..................\img1.tif,40658,2005-11-06
..................\img2.tif,34306,2005-11-06
..................\interate.m,4822,2010-07-02
..................\new.pgm,65594,2005-11-06
..................\README.txt,199,2010-07-02
..................\room.pgm,4112,2005-11-06
..................\snk.fig,5814,2010-07-02
..................\snk.m,25966,2010-07-02

..................\U64.pgm,4109,2005-11-06
license.txt,1333,2010-07-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bpskmdm
    dpsk信号的调制解调matlab代码实现的一个例子,采用正交调制解调。(DPSK signal modulation and demodulation matlab code an example of the use of orthogonal modulation and demodulation.)
    2007-12-04 16:27:49下载
    积分:1
  • gccl
    在Viusal Basic6.0中,通过DDE方式,实现与MATLAB的通讯。无论在VB操作数据库应用、控件的使用、MATLAB的图形操作方面,对初学者来说都是难得的典范。(In Viusal Basic6.0 through DDE way communication with MATLAB. Operation in VB database application, the use of controls, MATLAB graphics operation, for beginners is a rare example.)
    2005-04-20 17:22:44下载
    积分:1
  • MATLAB遗传算法
    function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc) % GA_scomple是基于浮点编码的单纯形遗传算法主程序 % num定义种群数量 % bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….]; %ps选择概率 %pc交叉概率 %pm变异概率 %b 变异程度系数 %dtc 迭代次数 % $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc) % GA 655343;scomple;;;;;; % num % limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;]; %ps %pc %pm %b _ %dtc _ % $Data: 2005 /5 /25 $)
    2019-05-11 19:45:18下载
    积分:1
  • viterbidecode
    一种维特比译码的 简单实现 基于matlab(viterbi decode)
    2012-05-25 13:29:52下载
    积分:1
  • Dijkstra
    基于matlab仿真Dijkstra在三维地形上的寻径(Matlab simulation Dijkstra routing on the three-dimensional terrain)
    2013-03-21 10:50:09下载
    积分:1
  • avi2bmp
    说明:  用matlab 写的将avi电影转化成BMP图像序列,调试通过的(Avi movie to convert BMP image sequences)
    2010-04-13 21:09:47下载
    积分:1
  • modoqpsk
    Offset quadrature phase-shift keying (OQPSK) is a variant of phase-shift keying modulation using 4 different values of the phase to transmit. It is sometimes called Staggered quadrature phase-shift keying (SQPSK).
    2013-10-21 06:26:14下载
    积分:1
  • mariner
    一个matlab 程序建立的一个船的 模型。3自由度。封装好的输入输出。包含水动力系数。(a mariner made by matlab.)
    2015-04-07 21:05:24下载
    积分:1
  • LSDImageEnhanceBatch
    Local Standradr Deviation Image Enhancment for a batch of files or several slices.
    2010-01-27 06:54:00下载
    积分:1
  • BClagrange
    质心拉格朗日算法的MATLAB代码,是对拉格朗日算法的改进(Lagrange centroid algorithm MATLAB code, is a Lagrange Algorithm)
    2009-03-28 16:40:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载