登录
首页 » matlab » Prim-algorithm

Prim-algorithm

于 2013-11-01 发布 文件大小:25KB
0 139
下载积分: 1 下载次数: 21

代码说明:

  用MATLAB写的,用Prim算法找出图中的最小支撑树,文件中有例子,有计算的结果,一看便懂。(Written in MATLAB, with the minimum support tree in the Prim algorithm to find a figure, file example, with the result of calculation, a see will understand.)

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

发表评论

0 个回复

  • 1
    说明:  matlab使用垂直Sobel算子,自动选择阈值 [VSFAT Threshold]=edge(f, sobel , vertical ) 边缘探测 figure,imshow(f),title( 原始图像 ), 显示原始图像 figure,imshow(VSFAT),title( 垂直图像边缘检测 ) 显示边缘探测图像 使用水平和垂直Sobel算子,自动选择阈值 SFST=edge(f, sobel ,2) figure,imshow(SFST),title( 水平和垂直图像边缘检测 ) 显示边缘探测图像 使用指定45度角 Sobel算子滤波器,指定阈值 s45=[-2 -1 0 -1 0 1 0 1 2] SFST45=imfilter(f,s45, replicate ) SFST45=SFST45>=2 figure,imshow(SFST45),title( 45度角图像边缘检测 ) 显示边缘探测图像 (matlab I=rgb2gray(I0) J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
    2013-12-18 15:42:14下载
    积分:1
  • Morphological
    英语的形态分析方面的论文和源码,采用word形式保存(Morphological analysis of English)
    2010-07-21 21:23:28下载
    积分:1
  • afsa
    由国内李晓磊博士提出的优化算法,具有跳出极值的优良特性。(an algorithm proposed by doctor Li Xiao Lei)
    2010-12-14 11:36:45下载
    积分:1
  • work
    一种新的内插方法,方向自适应内插,运用平行四边形插值核(A new interpolation method, the direction of adaptive interpolation, interpolation using nuclear parallelogram)
    2010-12-19 21:51:16下载
    积分:1
  • homework1
    plot peak function ,gaussian
    2011-06-16 21:24:57下载
    积分:1
  • dp33
    Frame Difference in image processing
    2009-12-01 11:34:01下载
    积分:1
  • multi_user_detection
    多载波通信中多用户检测的matlab仿真源代码(multicarrier communications multi-user detection of Matlab simulation source code)
    2007-03-17 17:00:23下载
    积分:1
  • 排队论
    关于排队论的相关算法,包括多服务台模型、单服务台模型等,资料全面(Related algorithms for queuing theory, including multi service desk model, single service platform model, etc.)
    2020-12-01 15:29:26下载
    积分:1
  • code分数阶
    说明:  利用matlab的实现分数阶的相图,实现绘制,可应用于分岔。(Using MATLAB to realize the fractional order phase diagram.)
    2020-08-21 10:46:20下载
    积分:1
  • salesman-fitness
    Matlab中路径优化程序,销售员模式,最佳路径优化(Medium Matlab path optimization procedures, sales model, the best path optimization)
    2009-03-11 00:14:44下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载