登录
首页 » matlab » ae602a9c136a

ae602a9c136a

于 2017-08-01 发布 文件大小:6886KB
0 143
下载积分: 1 下载次数: 11

代码说明:

  均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、RGB与LUV颜色空间的互相转换(Mean shift image segmentation test procedures, the use of meanshift algorithm for color images clustering segmentation, the effect is very good, and show the use of time, find the class number, and contains RGB and LUV color space conversion)

文件列表:

MeanShift\binNum.m
MeanShift\Example1.m
MeanShift\getModel.m
MeanShift\getPointsInEllipse.m
MeanShift\getPointsInEllipseBorder.m
MeanShift\getScaleChange.m
MeanShift\getWeights.m
MeanShift\kernalProfile.m
MeanShift\meanShift.m
MeanShift\meerTrack.m
MeanShift\probProfile.m
MeanShift\readme.txt
MeanShift\walk1.m
MeanShift\Walk1.mpg

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

发表评论

0 个回复

  • Wind_Field_Process
    根据实测风场数据,计算平均风速(10分钟平均)随时间的变化,并输出图像。(According to the measured wind field data, the variation of the mean wind speed (10 minutes average) with time is calculated and the image is output.)
    2018-09-22 18:11:43下载
    积分:1
  • vumat
    vumat 本构模型,von mises屈服准则加各向同性硬化准则(vumat von mises constitutive model+isotropic hardening)
    2019-06-13 03:54:14下载
    积分:1
  • python27-x64
    说明:  toyota erc kalkulator.
    2019-03-08 01:58:18下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • filter
    说明:  环路滤波器的设,以及其计算滤波器的系数。(Design of second-order loop filter)
    2019-06-14 13:54:51下载
    积分:1
  • 蝗虫搜索算法
    说明:  蝗虫算法:蝗虫优化算法是模拟自然界蝗虫种群捕食行为而提出的一种群智能优化算法,主要利用了蝗虫间的社会作用力把空间分为吸引空间、舒适空间和排斥空间,根据不同蝗虫间距离大小的变化来改变空间范围从而找到最优位置。该算法具有结构简单、稳定性强、参数较少、收敛较快等特点。(The locust optimization algorithm is a swarm intelligence optimization algorithm proposed by simulating the predation behavior of locust populations in nature. It mainly uses the social force between locusts to divide the space into attractive space, comfortable space and repulsive space, according to the changes in the distance between different locusts. Change the spatial range to find the optimal position. The algorithm has the characteristics of simple structure, strong stability, fewer parameters and faster convergence.)
    2020-07-26 16:31:25下载
    积分:1
  • 可视为小到中等大小的公司基本的POS
    A Visual basic POS for small to medium sized companies
    2022-05-06 08:07:18下载
    积分:1
  • 这个是采用欧氏距离下的K
    这个是采用欧氏距离下的K-means算法的matlab实现-this is the Euclidean distance between the K-means algorithm to achieve the Matlab
    2023-04-25 19:35:03下载
    积分:1
  • basemap
    GrADS basemap压缩包,使用说明在文件中,解压后查看(GrADS basemap, the instruction is in the documents, please open it and check.)
    2018-12-19 15:16:50下载
    积分:1
  • ISO11898-1(翻译以及解读 )
    说明:  自己翻译的ISO11898-1,实用性很强(ISO11898-1, translated by myself, is very practical.)
    2019-01-07 13:45:05下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载