登录
首页 » matlab » segmentation_code

segmentation_code

于 2013-09-13 发布 文件大小:1421KB
0 166
下载积分: 1 下载次数: 1

代码说明:

  matlab code for image segementation

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

发表评论

0 个回复

  • newaga
    该进的自适应遗传算法,有利于学习遗传算法(The advanced genetic algorithm, genetic algorithm is conducive to learning)
    2010-05-17 16:27:26下载
    积分:1
  • 改进的人工势场法Python
    用Python语言编写的改进的人工势场法代码。解决了目标不可达问题。(The improved artificial potential field code written in Python language. The problem of inaccessibility of goals has been solved.)
    2021-02-04 10:59:58下载
    积分:1
  • kalman
    该函数实现标准的卡尔曼滤波算法,用于状态估计,目标跟踪(kalman filter)
    2011-10-05 11:45:01下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • DSCDMA
    关于ds_cdma系统的仿真,包括成型滤波,扩频编解码,调制解调等的子程序(About ds_cdma system simulation, including the shaping filter, spread spectrum encoding and decoding, modulation and demodulation, etc. subroutine)
    2010-09-05 21:03:18下载
    积分:1
  • thesissim
    this is a matlab code for cdma it is a calculation of ber,snr etc.
    2010-02-11 01:10:32下载
    积分:1
  • RS-coding
    关于信源编码和信道编码的源程序,信道编码包括NRZ码及其频谱分析,信道编码是关于RS码的分析(About the source code of the source coding and channel coding, channel coding NRZ code and its spectrum analysis, channel coding on the analysis of RS code)
    2012-06-02 17:15:58下载
    积分:1
  • up
    说明:  1.编写欧拉前差、后差、梯形公式。 2.编写二阶、三阶龙格库塔法通用程序。 3.编写汉明积分法通用程序. 4.编写用状态转移法对连续系统状态方程进行离散化的通用程序。(1. Euler prepared before the poor, after the poor, trapezoid formula. 2. The preparation of the second order, third-order Runge-Kutta method common procedures. 3. Hamming integration method to prepare common procedures .4. Prepared by the state of the transfer method of continuous system discretization equation of state for the general program.)
    2008-05-13 23:09:25下载
    积分:1
  • jacobigseid
    说明:  分别应用jacobi迭代和gseid迭代进行方程的求解,并且比较两种迭代方法的精度 和效率(Were applied jacobi iteration to iteration and gseid equation, and compare the two precision and efficiency of iterative methods)
    2011-03-24 23:41:23下载
    积分:1
  • qpsk-matlab
    基于matlab 的qpsk 调制解调源码(Qpsk modem based on the source code matlab)
    2011-05-02 12:59:49下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载